1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

fix shadowvpn

This commit is contained in:
kev 2015-12-20 15:39:37 +08:00
parent fb8ec5e6e0
commit 57101d48b2

View File

@ -23,7 +23,7 @@ shadowvpn:
ports:
- "1123:1123/udp"
volumes:
- "server.conf:/etc/shadowvpn/server.conf"
- "./server.conf:/etc/shadowvpn/server.conf"
privileged: true
restart: always
```