Skip to content

Commit

Permalink
add network host for ytproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox authored Nov 5, 2023
1 parent b99ceed commit deb4063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/improve-public-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit deb4063

Please sign in to comment.