docker-mediawiki
docker-mediawiki copied to clipboard
ERROR: Service 'web' depends on service 'db' which is undefined.
sudo docker-compose up ERROR: Service 'web' depends on service 'db' which is undefined.
This is a problem with your Docker compose file.
If you want to share it it might be easier to explain specifically.
Essentially you have a depends_on
statement in your Docker compose file for the web
container that specifies db
but you do not have a DB container.