fix(docker-compose): mount host at /mnt/host
This commit is contained in:
parent
f43bec37bb
commit
47e19b967f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ services:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
volumes:
|
volumes:
|
||||||
# Core
|
# Core
|
||||||
- /:/host/root:ro
|
- /:/mnt/host:ro
|
||||||
- /proc:/host/proc
|
- /proc:/host/proc
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# App
|
# App
|
||||||
|
|
Loading…
Add table
Reference in a new issue