Add docker-compose.yaml example
This commit is contained in:
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
qmx-fusion:
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user