Docker-compose "no such service" – Nginx
I have an error launching docker-compose up -d with this docker-compose.yml file: no such service: php-c It used to work and I didn't change anything. I didn't have any docker update in the meantime either. If I remove container_name key…