Store all game data of TrackMania service
This commit is contained in:
parent
006f1558b3
commit
e82f5dd41e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
TM_XMLRPC_ALLOWED_REMOTE: xaseco
|
TM_XMLRPC_ALLOWED_REMOTE: xaseco
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/tm/cache:/app/GameData/Cache
|
- ./data/tm/data:/app/GameData
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [CMD, bash, -c, echo '' >/dev/tcp/127.0.0.1/5000]
|
test: [CMD, bash, -c, echo '' >/dev/tcp/127.0.0.1/5000]
|
||||||
start_period: 1m
|
start_period: 1m
|
||||||
|
|
Loading…
Reference in a new issue