diff --git a/Docker-Integration.md b/Docker-Integration.md index 76bfc50..9f0a03e 100644 --- a/Docker-Integration.md +++ b/Docker-Integration.md @@ -27,7 +27,7 @@ homepage: - /path/to/config:/app/config - /var/run/docker.sock:/var/run/docker.sock # This passes your local docker socket to the container ports: - - 3003:3000 + - 3000:3000 restart: unless-stopped ```