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
|
||||
ports:
|
||||
- '5800:5800'
|
||||
volumes:
|
||||
- ./config:/config
|
||||
# Seems to break on restarts, recommend only using for debugging
|
||||
# volumes:
|
||||
# - ./config:/config
|
||||
environment:
|
||||
LANG: en_CA.UTF-8
|
||||
TZ: America/Toronto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue