You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo, adjusted the env variables etc which I thought I must adjust, but in the docker-compose there is a reference to a service called "app" which nginx depends on. But its never defined anywhere.
$ docker-compose up -d ERROR: Service 'nginx' depends on service 'app' which is undefined.
removing the depends on part seems to cause no issue though
The text was updated successfully, but these errors were encountered:
I cloned the repo, adjusted the env variables etc which I thought I must adjust, but in the docker-compose there is a reference to a service called "app" which nginx depends on. But its never defined anywhere.
$ docker-compose up -d
ERROR: Service 'nginx' depends on service 'app' which is undefined.
removing the depends on part seems to cause no issue though
The text was updated successfully, but these errors were encountered: