This repository was archived by the owner on Apr 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
docker-compose up fails #25
Copy link
Copy link
Open
Description
Docker for Windows Version 18.06.1-ce-win73 (19507)
When making clean install after successfully run docker-compose build I try docker-compose up and always get:
λ docker-compose up
Starting contenta_docker_php_1 ... done
Starting contenta_docker_database_1 ... done
Starting contenta_docker_nginx_1 ... done
Attaching to contenta_docker_php_1, contenta_docker_database_1, contenta_docker_nginx_1
php_1 | standard_init_linux.go:190: exec user process caused "no such file or directory"
database_1 | standard_init_linux.go:190: exec user process caused "no such file or directory"
nginx_1 | nginx: [emerg] host not found in upstream "php" in /etc/nginx/sites/drupal.conf:62
contenta_docker_database_1 exited with code 1
contenta_docker_php_1 exited with code 1
contenta_docker_nginx_1 exited with code 1
I've found that somebody already introduced fixes for this before, but somehow they are not working for me.
Metadata
Metadata
Assignees
Labels
No labels