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
{{ message }}
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
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.