19 lines
425 B
YAML
19 lines
425 B
YAML
---
|
|
services:
|
|
qmx-fusion:
|
|
build: .
|
|
image: sa6anw/qmx-fusion:latest
|
|
container_name: qmx-fusion
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Etc/UTC
|
|
- CHROME_CLI=--kiosk http://localhost # Uppdatera om du vill ändra startinställningar
|
|
volumes:
|
|
- /path/to/qmx-fusion/config:/config
|
|
ports:
|
|
- 3000:3000
|
|
- 3001:3001
|
|
shm_size: "1gb"
|
|
restart: unless-stopped
|