From e715fe5eb3044d53501825e8a359c85baef0f809 Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:27:23 +0200 Subject: [PATCH] fix: update outdated docker image path --- content/docs/self-hosting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/self-hosting/index.md b/content/docs/self-hosting/index.md index 8c86217..bc7b48a 100644 --- a/content/docs/self-hosting/index.md +++ b/content/docs/self-hosting/index.md @@ -153,7 +153,7 @@ Now, you have the user and group id - `33:33`. Now, run the proxy with the following command, while replacing the user parameter with what you just found: ``` -docker run -d --network=host -v "/var/run/ytproxy/:/app/socket" --user 33:33 --restart unless-stopped 1337kavin/ytproxy:latest +docker run -d --network=host -v "/var/run/ytproxy/:/app/socket" --user 33:33 --restart unless-stopped 1337kavin/piped-proxy:latest ``` You can now use watchtower to enable automatic container updates (optional):