From 315abfd41c9c5c5d9d73143b9b61ab621a921a0b Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Sat, 17 Sep 2022 14:06:45 +0300 Subject: [PATCH] Updated Docker Integration (markdown) --- Docker-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```