fixed restart policy of xaseco
This commit is contained in:
parent
75c390f065
commit
b501897b6e
|
@ -48,7 +48,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- tmserver
|
- tmserver
|
||||||
restart: unless_failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
- DB_LOGIN=trackmania
|
- DB_LOGIN=trackmania
|
||||||
|
|
Loading…
Reference in New Issue