Skip to content

Commit da2ec6f

Browse files
authored
Merge pull request SensorsIot#763 from Paraphraser/20240402-port-pair-quotes-old-menu
2024-04-02 missing port-mapping quotes - old-menu branch - PR 2 of 2
2 parents 4ea5c1d + 7156c27 commit da2ec6f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.templates/dashmachine/service.yml

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

.templates/heimdall/service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
volumes:
77
- ./volumes/heimdall/config:/config
88
ports:
9-
- 8882:80
10-
- 8883:443
9+
- "8882:80"
10+
- "8883:443"
1111
restart: unless-stopped

.templates/homer/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
volumes:
77
- ./volumes/homer/assets:/www/assets
88
ports:
9-
- 8881:8080
9+
- "8881:8080"
1010
restart: unless-stopped

.templates/portainer_agent/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
image: portainer/agent
33
container_name: portainer-agent
44
ports:
5-
- 9002:9001
5+
- "9002:9001"
66
volumes:
77
- /var/run/docker.sock:/var/run/docker.sock
88
- /var/lib/docker/volumes:/var/lib/docker/volumes

.templates/qbittorrent/service.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- ./volumes/qbittorrent/config:/config
1111
- ./volumes/qbittorrent/downloads:/downloads
1212
ports:
13-
- 6881:6881
14-
- 6881:6881/udp
15-
- 15080:15080
16-
- 1080:1080
13+
- "6881:6881"
14+
- "6881:6881/udp"
15+
- "15080:15080"
16+
- "1080:1080"

0 commit comments

Comments
 (0)