docker-mediawiki icon indicating copy to clipboard operation
docker-mediawiki copied to clipboard

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

Open lattice0 opened this issue 4 years ago • 1 comments

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

lattice0 avatar Mar 03 '20 20:03 lattice0

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.

benhutchins avatar Mar 04 '20 03:03 benhutchins