Compare commits
No commits in common. "065e0586c895f4fd8a1ba1436b0dfc898f90447a" and "4833e01142447c544fbef5d025958a4494ec97b4" have entirely different histories.
065e0586c8
...
4833e01142
|
@ -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}:1050/tcp"
|
- "${LOCAL_PORT:-1050}:${LOCAL_PORT:-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
|
||||||
|
|
Loading…
Reference in a new issue