diff --git a/docker/README.md b/docker/README.md index 569b80e..0061b6e 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.json +docker run --interactive --tty --rm --volumes-from shadowsocks-data leesah/shadowsocks vi /etc/shadowsocks/shadowsocks.json ``` Start the daemon container.