Fixing docker-compose up linking to wrong directory when started in container
This commit is contained in:
parent
492fd2ed4e
commit
a864498d16
4 changed files with 34 additions and 71 deletions
|
@ -7,13 +7,10 @@ services:
|
|||
user: root
|
||||
environment:
|
||||
BROWSER: "chromium --use-fake-device-for-media-stream"
|
||||
PROJECT_DIR: ${PROJECT_DIR}
|
||||
volumes:
|
||||
- ./:/project
|
||||
- ./maps:/maps
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# security_opt:
|
||||
# - seccomp:unconfined
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: workadventure_dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue