Skip to content

Commit

Permalink
docker compose update
Browse files Browse the repository at this point in the history
  • Loading branch information
latentvector committed May 18, 2024
1 parent 4e60d8b commit 6c7ebc6
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 @@ -3,12 +3,12 @@ version: "2.1"
services:
commune:
build:
context: ./commune
context: ./
dockerfile: Dockerfile
container_name: commune
shm_size: '1gb' # for the shared memory size
volumes:
- ~/.commune:/config/.commune # mount the temporary folder
- ~/.commune:/root/.commune # mount the temporary folder
- ./:/commune # mount the current directory
- /var/run/docker.sock:/var/run/docker.sock # allow for docker to talk to deamon in outside
ports:
Expand Down

0 comments on commit 6c7ebc6

Please sign in to comment.