refactor(reverse-proxy): ♻ debug reverse-proxy on 8080

This commit is contained in:
Collin M. Barrett 2020-09-19 09:25:43 -05:00
parent cee379cf9f
commit 0d1a7a2f96

View file

@ -5,7 +5,7 @@ version: "3.7"
services:
reverse-proxy:
ports:
- "80:80"
- "8080:80"
volumes:
- ./reverse-proxy/conf.d.dev:/etc/nginx/conf.d:ro
command: ["nginx-debug", "-g", "daemon off;"]