add network host for ytproxy

This commit is contained in:
Émilien (perso) 2023-11-05 15:19:09 +00:00 committed by GitHub
parent b99ceeda02
commit deb40636dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
restart: unless-stopped
user: 33:33
network_mode: "host"
environment:
- DISABLE_WEBP=1
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
restart: unless-stopped
user: 33:33
network_mode: "host"
environment:
DISABLE_WEBP: 1
volumes: