Skip to content

Commit

Permalink
Merge pull request #763 from Paraphraser/20240402-port-pair-quotes-ol…
Browse files Browse the repository at this point in the history
…d-menu

2024-04-02 missing port-mapping quotes - old-menu branch - PR 2 of 2
  • Loading branch information
Slyke authored Apr 30, 2024
2 parents 4ea5c1d + 7156c27 commit da2ec6f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .templates/dashmachine/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
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 @@ -6,6 +6,6 @@
volumes:
- ./volumes/heimdall/config:/config
ports:
- 8882:80
- 8883:443
- "8882:80"
- "8883:443"
restart: unless-stopped
2 changes: 1 addition & 1 deletion .templates/homer/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
volumes:
- ./volumes/homer/assets:/www/assets
ports:
- 8881:8080
- "8881:8080"
restart: unless-stopped
2 changes: 1 addition & 1 deletion .templates/portainer_agent/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image: portainer/agent
container_name: portainer-agent
ports:
- 9002:9001
- "9002:9001"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
Expand Down
8 changes: 4 additions & 4 deletions .templates/qbittorrent/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- ./volumes/qbittorrent/config:/config
- ./volumes/qbittorrent/downloads:/downloads
ports:
- 6881:6881
- 6881:6881/udp
- 15080:15080
- 1080:1080
- "6881:6881"
- "6881:6881/udp"
- "15080:15080"
- "1080:1080"

0 comments on commit da2ec6f

Please sign in to comment.