mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 22:39:25 +01:00
8 lines
132 B
YAML
8 lines
132 B
YAML
shadowsocks:
|
|
image: vimagick/shadowsocks:latest
|
|
ports:
|
|
- "8388:8388"
|
|
environment:
|
|
- PASSWORD=secret
|
|
restart: always
|