mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 02:46:53 +00:00
Fix, always restart trains-server container
This commit is contained in:
parent
c6e765bd07
commit
1bdbc44720
@ -14,7 +14,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
ELASTIC_SERVICE_SERVICE_HOST: ${HOSTIP}
|
ELASTIC_SERVICE_SERVICE_HOST: ${HOSTIP}
|
||||||
MONGODB_SERVICE_SERVICE_HOST: ${HOSTIP}
|
MONGODB_SERVICE_SERVICE_HOST: ${HOSTIP}
|
||||||
restart: "no"
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /opt/trains/logs
|
source: /opt/trains/logs
|
||||||
|
Loading…
Reference in New Issue
Block a user