Skip to content

Commit

Permalink
Comment out default volume map given that the container is mainly for…
Browse files Browse the repository at this point in the history
… testing anyway
  • Loading branch information
othyn committed Nov 18, 2021
1 parent 997224e commit bf05c4f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ services:
build:
context: .
dockerfile: dockerfile
networks:
- com.othyn.network
ports:
- 3000:3000
volumes:
- .:/var/www
- /var/www/node_modules
# volumes:
# - .:/var/www
# - /var/www/node_modules
# anonymous persistent volume to stop node_modules within the container being overriden by local
networks:
- com.othyn.network
# - ./logs:/root/.npm/_logs
# for debugging container issues

0 comments on commit bf05c4f

Please sign in to comment.