diff --git a/README.md b/README.md index bf495556..c21de30c 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ services: ports: - 3000:3000 volumes: - - /path/to/config:/app/config # Make sure your local config directory exists + - ./config:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations restart: unless-stopped ```