Fix file name in shadowsocks

This commit is contained in:
Wojciech Kozlowski 2019-03-20 21:28:41 +01:00
parent de77f0dec9
commit 62b5ae3f4f

View File

@ -12,4 +12,4 @@ ADD config.json $SS_VOL
EXPOSE 7698 EXPOSE 7698
VOLUME ["$SS_VOL"] VOLUME ["$SS_VOL"]
CMD ["sh", "-c", "/usr/bin/ssserver -c $SS_VOL/shadowsocks.json"] CMD ["sh", "-c", "/usr/bin/ssserver -c $SS_VOL/config.json"]