fix(docker-compose): mount host at /mnt/host

This commit is contained in:
Nicolas Meienberger 2023-11-20 19:38:30 +01:00
parent f43bec37bb
commit 47e19b967f

View file

@ -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