Skip to content

Commit

Permalink
🐛 : add volume for docker socket in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Oct 8, 2019
1 parent 726e362 commit 687e06b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ services:
- '8080:8080'
environment:
- "GAIA_MONGODB_URI=mongodb://mongo/gaia"
- "GAIA_EXTERNAL_URL=http://172.17.0.1:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock

mongo:
build:
Expand Down

0 comments on commit 687e06b

Please # to comment.