Update docker-compose.yaml with local config path and new ports
This commit is contained in:
@@ -10,9 +10,9 @@ services:
|
||||
- TZ=Etc/UTC
|
||||
- CHROME_CLI=--kiosk http://localhost # Uppdatera om du vill ändra startinställningar
|
||||
volumes:
|
||||
- /path/to/qmx-fusion/config:/config
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3001:3001
|
||||
- 3010:3000
|
||||
- 3011:3001
|
||||
shm_size: "1gb"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user