diff --git a/docker/README.md b/docker/README.md index 857b357..569b80e 100644 --- a/docker/README.md +++ b/docker/README.md @@ -12,7 +12,7 @@ Create a data container and edit the configuration file. ```bash docker run --name shadowsocks-data leesah/shadowsocks /bin/true -docker run --interactive --tty --rm --volumes-from shadowsocks-data leesah/shadowsocks vi /etc/shadowsocks.conf +docker run --interactive --tty --rm --volumes-from shadowsocks-data leesah/shadowsocks vi /etc/shadowsocks.json ``` Start the daemon container.