diff --git a/docker/README.md b/docker/README.md index 2ea35c5a..0a80554d 100644 --- a/docker/README.md +++ b/docker/README.md @@ -83,7 +83,7 @@ If you want to run the container by yourself, here you go: docker run \ -p 80:80 \ -e NODE_ENV=production \ - -v /config.json:/app/data/config/config.json \ + -v :/app/data/config \ -v :/app/data/db \ -v :/app/data/images \ -v :/app/data/tmp \