Skip to content

Commit

Permalink
Update deployment.md
Browse files Browse the repository at this point in the history
Update docker compose port to match docker and docker Quickstart sections
  • Loading branch information
danfein authored Jul 9, 2024
1 parent 3aa038c commit 2f450e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f450e7

Please sign in to comment.