Skip to content

Commit

Permalink
Merge pull request #762 from Paraphraser/20240402-port-pair-quotes-ma…
Browse files Browse the repository at this point in the history
…ster

2024-04-02 missing port-mapping quotes - master branch - PR 1 of 2
  • Loading branch information
Slyke committed Apr 30, 2024
2 parents 364a69c + d399861 commit c0c4630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .templates/dashmachine/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dashmachine:
volumes:
- ./volumes/dashmachine/user_data:/dashmachine/dashmachine/user_data
ports:
- 5000:5000
- "5000:5000"
restart: unless-stopped

4 changes: 2 additions & 2 deletions .templates/heimdall/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ heimdall:
volumes:
- ./volumes/heimdall/config:/config
ports:
- 8882:80
- 8883:443
- "8882:80"
- "8883:443"
restart: unless-stopped

0 comments on commit c0c4630

Please sign in to comment.