mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 05:20:15 -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:
@@ -1378,7 +1378,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
|
||||
'image': 'thegeeklab/wait-for:latest',
|
||||
'pull': 'always',
|
||||
'commands': [
|
||||
'wait-for ocis-server:9200 -t 300',
|
||||
'wait-for ocis-server:9200 -t 300 && sleep 5',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user