Update docker-compose.yaml with local config path and new ports

This commit is contained in:
Joakim Svensson
2026-01-06 19:47:21 +00:00
parent 50b4e98b57
commit 72673f1b17

View File

@@ -10,9 +10,9 @@ services:
- TZ=Etc/UTC - TZ=Etc/UTC
- CHROME_CLI=--kiosk http://localhost # Uppdatera om du vill ändra startinställningar - CHROME_CLI=--kiosk http://localhost # Uppdatera om du vill ändra startinställningar
volumes: volumes:
- /path/to/qmx-fusion/config:/config - ./config:/config
ports: ports:
- 3000:3000 - 3010:3000
- 3001:3001 - 3011:3001
shm_size: "1gb" shm_size: "1gb"
restart: unless-stopped restart: unless-stopped