Try to mitigate restart breakage

This commit is contained in:
Michael Bradley 2025-05-18 00:58:30 -04:00
parent 36db42f89b
commit 8b19e3e5c3
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0

View file

@ -7,8 +7,9 @@ services:
shm_size: 2gb shm_size: 2gb
ports: ports:
- '5800:5800' - '5800:5800'
volumes: # Seems to break on restarts, recommend only using for debugging
- ./config:/config # volumes:
# - ./config:/config
environment: environment:
LANG: en_CA.UTF-8 LANG: en_CA.UTF-8
TZ: America/Toronto TZ: America/Toronto