Skip to content

Commit

Permalink
Don't bind work dir into container by default.
Browse files Browse the repository at this point in the history
Comment out volumes section to leave it as option for local development.
  • Loading branch information
shocau committed Jun 25, 2024
1 parent 7012400 commit 0d0650e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ services:
- ELKLIVE_GID=${GID:-1000}
ports:
- ${HOST_PORT}8080
volumes:
- .:/elklive
# Activate to bind work dir into container, e.g. for local development
# volumes:
# - .:/elklive
restart: unless-stopped
cpus: 0.5
mem_limit: 1024m
Expand Down

0 comments on commit 0d0650e

Please sign in to comment.