From 2f450e702604c51231f6c8ba6cc430da8aa520e7 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 8 Jul 2024 18:15:57 -0700 Subject: [PATCH] Update deployment.md Update docker compose port to match docker and docker Quickstart sections --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 21d6fdfda3..2a3619f033 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -112,7 +112,7 @@ services: # volumes: # - /root/my-config.yml:/app/user-data/conf.yml ports: - - 4000:8080 + - 8080:8080 # Set any environmental variables environment: - NODE_ENV=production