tmp old proxy
This commit is contained in:
parent
d1dbee5ba4
commit
3de122dbd5
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
proxy:
|
proxy:
|
||||||
build:
|
# build:
|
||||||
context: custom/proxy
|
# context: custom/proxy
|
||||||
|
image: nginxproxy/nginx-proxy
|
||||||
container_name: proxy
|
container_name: proxy
|
||||||
restart: always
|
restart: always
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Reference in a new issue