Skip to content

Commit

Permalink
update md file
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmehrdad committed Nov 24, 2024
1 parent 285981f commit 34c7012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Each line should contain one user's credentials in the format `username:password
### Using Docker Run

```bash
docker run -p 1081:1080 -v ./users.conf:/app/users.conf ariadata/go-socks5-proxy
docker run -p 1081:1080 -v ./users.conf:/app/users.conf ghcr.io/ariadata/go-socks5-proxy
```

### Using Docker Compose
Expand All @@ -51,7 +51,7 @@ docker run -p 1081:1080 -v ./users.conf:/app/users.conf ariadata/go-socks5-proxy
version: "3.8"
services:
socks5-proxy:
image: 'ariadata/go-socks5-proxy:latest'
image: 'ghcr.io/ariadata/go-socks5-proxy:latest'
container_name: go-socks5-proxy
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
socks5-proxy:
image: 'ariadata/go-socks5-proxy:latest'
image: 'ghcr.io/ariadata/go-socks5-proxy:latest'
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 34c7012

Please sign in to comment.