add network host for ytproxy
This commit is contained in:
parent
b99ceeda02
commit
deb40636dc
|
@ -217,6 +217,7 @@ But if you do not have NGINX as **your main reverse proxy** you can either try t
|
||||||
image: 1337kavin/ytproxy:latest
|
image: 1337kavin/ytproxy:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: 33:33
|
user: 33:33
|
||||||
|
network_mode: "host"
|
||||||
environment:
|
environment:
|
||||||
- DISABLE_WEBP=1
|
- DISABLE_WEBP=1
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -335,6 +336,7 @@ But if you do not have NGINX as **your main reverse proxy** you can either try t
|
||||||
image: 1337kavin/ytproxy:latest
|
image: 1337kavin/ytproxy:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: 33:33
|
user: 33:33
|
||||||
|
network_mode: "host"
|
||||||
environment:
|
environment:
|
||||||
DISABLE_WEBP: 1
|
DISABLE_WEBP: 1
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue