Skip to content

Commit

Permalink
fix: update outdated docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro authored Apr 10, 2024
1 parent e88d4ba commit e715fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/self-hosting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e715fe5

Please sign in to comment.