Compare commits

...

2 commits

Author SHA1 Message Date
Alexey Skobkin 065e0586c8 Merge pull request 'shadowsocks-client. Fixing unnecessary internal port override.' (#125) from shadowsocks-client-fix into master
Reviewed-on: #125
2024-10-18 11:42:16 +00:00
Alexey Skobkin be4d9a5b70
shadowsocks-client. Fixing unnecessary internal port override.
All checks were successful
continuous-integration/drone/pr Build is passing
2024-10-18 14:40:33 +03:00

View file

@ -6,7 +6,7 @@ services:
image: ghcr.io/shadowsocks/sslocal-rust:latest image: ghcr.io/shadowsocks/sslocal-rust:latest
container_name: sslocal container_name: sslocal
ports: ports:
- "${LOCAL_PORT:-1050}:${LOCAL_PORT:-1050}/tcp" - "${LOCAL_PORT:-1050}:1050/tcp"
volumes: volumes:
- "./config/config.json:/etc/shadowsocks-rust/config.json:ro" - "./config/config.json:/etc/shadowsocks-rust/config.json:ro"
env_file: .env env_file: .env