mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(reverse-proxy): ♻ debug reverse-proxy on 8080
This commit is contained in:
parent
cee379cf9f
commit
0d1a7a2f96
1 changed files with 1 additions and 1 deletions
|
|
@ -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;"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue