Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Simple socks5 server using go-socks5 with authentication, allowed ips list and d


# Build your own image:
`docker-compose -f docker-compose.build.yml up -d`\
`docker-compose up --build -d`\
Just don't forget to set parameters in the `.env` file.

# Test running service
Expand Down
11 changes: 0 additions & 11 deletions docker-compose.build.yml

This file was deleted.

6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
version: '3'
services:

socks5:
restart: always
image: serjs/go-socks5-proxy
build:
context: .
dockerfile: Dockerfile
env_file: .env
ports:
- "1080:1080"
restart: unless-stopped