Skip to content

Commit

Permalink
fix(worker): Docker service expose as list not item
Browse files Browse the repository at this point in the history
  • Loading branch information
tzushimelon committed Feb 6, 2024
1 parent 66a2465 commit 6dd9d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
# Increase max memory usage - should use approx 1100 MB on start
- NODE_OPTIONS=--max-old-space-size=4096
expose:
"9090"
- "9090"
networks:
- sushii_net
- metrics
Expand Down

0 comments on commit 6dd9d71

Please sign in to comment.