Back-end Guy

Results 2 comments of Back-end Guy

Hi @kinglouie, may I ask if I change the `proxy` service port from "80:80" to "8080:80" ``` version: "3.8" services: proxy: container_name: proxy image: dockware/proxy:latest ports: - "80:80" # Change...

try to remove two ports `3306 and 22` in your `proxy` service @FlxHbr