Fixed example for RYD

This commit is contained in:
WardPearce
2024-04-28 18:10:17 +12:00
parent 16b4f5b358
commit 165ef08dea
+2 -2
View File
@@ -192,7 +192,7 @@ ryd-proxy:
environment:
- PROXY=socks5://tor-proxy:5566
ports:
- "127.0.0.1:3003:3000"
- 3003:3000
```
#### Without TOR
```yml
@@ -200,7 +200,7 @@ ryd-proxy:
image: 1337kavin/ryd-proxy:latest
restart: unless-stopped
ports:
- "127.0.0.1:3003:3000"
- 3003:3000
```
### Step 2: