benhutchins / docker-mediawiki

Docker container for MediaWiki
https://hub.docker.com/r/benhutchins/mediawiki/
Other
29 stars 152 forks source link

ERROR: Service 'web' depends on service 'db' which is undefined. #24

Open lattice0 opened 4 years ago

lattice0 commented 4 years ago

sudo docker-compose up ERROR: Service 'web' depends on service 'db' which is undefined.

benhutchins commented 4 years ago

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.