Skip to content

Commit c0c4630

Browse files
authored
Merge pull request #762 from Paraphraser/20240402-port-pair-quotes-master
2024-04-02 missing port-mapping quotes - master branch - PR 1 of 2
2 parents 364a69c + d399861 commit c0c4630

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.templates/dashmachine/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dashmachine:
44
volumes:
55
- ./volumes/dashmachine/user_data:/dashmachine/dashmachine/user_data
66
ports:
7-
- 5000:5000
7+
- "5000:5000"
88
restart: unless-stopped
99

.templates/heimdall/service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ heimdall:
88
volumes:
99
- ./volumes/heimdall/config:/config
1010
ports:
11-
- 8882:80
12-
- 8883:443
11+
- "8882:80"
12+
- "8883:443"
1313
restart: unless-stopped
1414

0 commit comments

Comments
 (0)