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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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