Compare commits

..

No commits in common. "065e0586c895f4fd8a1ba1436b0dfc898f90447a" and "4833e01142447c544fbef5d025958a4494ec97b4" have entirely different histories.

View file

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