mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
wait for 5 sec after the proxy is available
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
+1
-1
@@ -1378,7 +1378,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
|
|||||||
'image': 'thegeeklab/wait-for:latest',
|
'image': 'thegeeklab/wait-for:latest',
|
||||||
'pull': 'always',
|
'pull': 'always',
|
||||||
'commands': [
|
'commands': [
|
||||||
'wait-for ocis-server:9200 -t 300',
|
'wait-for ocis-server:9200 -t 300 && sleep 5',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user