diff --git a/compose.demo.yaml b/compose.demo.yaml index cd0d9b3..6fadad6 100644 --- a/compose.demo.yaml +++ b/compose.demo.yaml @@ -1,6 +1,7 @@ services: proxy: ports: + - '80:80' - '8080:8080' volumes: - './nginx/demo-proxy.conf:/etc/nginx/conf.d/default.conf:ro'