Try to mitigate restart breakage
This commit is contained in:
parent
36db42f89b
commit
8b19e3e5c3
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue