1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/shadowsocks/libev/docker-compose.yml

10 lines
182 B
YAML
Raw Normal View History

2015-07-16 17:23:25 +08:00
shadowsocks:
image: vimagick/shadowsocks-libev
ports:
2016-03-25 19:52:16 +08:00
- "8388:8388/tcp"
- "8388:8388/udp"
2015-07-16 17:23:25 +08:00
environment:
2015-09-16 16:08:42 +08:00
- METHOD=chacha20
2015-07-16 17:23:25 +08:00
- PASSWORD=9MLSpPmNt
restart: always