1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/shadowsocks/libev/docker-compose.yml

10 lines
182 B
YAML
Raw Normal View History

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