Update deployment.md

Update docker compose port to match docker and docker Quickstart sections
This commit is contained in:
Dan
2024-07-08 18:15:57 -07:00
committed by GitHub
parent 3aa038ce05
commit 2f450e7026

View File

@@ -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