Add a workaround for random container failures which are not investigated yet

This commit is contained in:
flow.gunso
2019-04-03 10:48:41 +02:00
parent 08587d870d
commit b94fa3d2d0
2 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ version: "3.4"
services:
seafile-client:
image: flowgunso/seafile-client:latest
restart: on-failure
volumes:
- your_shared_volume:/volume
environment:

View File

@@ -3,6 +3,7 @@ version: "3.4"
services:
seafile-client:
image: flowgunso/seafile-client:latest
restart: on-failure
volumes:
- your_shared_volume:/volume
environment: