Change internal nginx port to 8081 to avoid conflict with base image
Some checks failed
External Trigger Scheduler / external-trigger-scheduler (push) Has been cancelled
Some checks failed
External Trigger Scheduler / external-trigger-scheduler (push) Has been cancelled
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- CHROME_CLI=--kiosk http://localhost # Uppdatera om du vill ändra startinställningar
|
||||
- CHROME_CLI=--kiosk http://localhost:8081 # Uppdatera om du vill ändra startinställningar
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user