Skip to content

Commit

Permalink
removed redundant volume mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
latentvector committed May 18, 2024
1 parent b3ee853 commit 8892e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ services:
shm_size: '1gb' # for the shared memory size
volumes:
- ~/.commune:/config/.commune
- ~/.commune:/root/.commune
- ./:/commune
- /var/run/docker.sock:/var/run/docker.sock #Nuclear option
- /var/run/docker.sock:/var/run/docker.sock # allow for docker to talk to deamon in outside
ports:
#
- 50050-50250:50050-50250

restart: unless-stopped

0 comments on commit 8892e64

Please sign in to comment.