Mischa Ulloth
Results
2
comments of
Mischa Ulloth
Hey! So there is no right Answer in this level ?
Had the same issue. I took another docker-compose-yaml file and then it worked. version: '3' services: app: image: 'jc21/nginx-proxy-manager:latest' ports: - '80:80' - '81:81' - '443:443' environment: DB_MYSQL_HOST: "db" DB_MYSQL_PORT:...