docker-compose: fix started detection
This commit is contained in:
parent
6d72e6b970
commit
0cbd6390ba
2 changed files with 8 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ server {
|
|||
expires epoch;
|
||||
add_header Cache-Control no-cache;
|
||||
|
||||
if (!-f $document_root/../started) {
|
||||
if (!-f $document_root/../../startingblock/started) {
|
||||
rewrite ^/ /wait.json;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue