docker-compose: fix started detection

This commit is contained in:
nemunaire 2019-07-30 19:32:07 +02:00
commit 0cbd6390ba
2 changed files with 8 additions and 1 deletions

View file

@ -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;
}
}