File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
volumes :
5
5
- ./volumes/dashmachine/user_data:/dashmachine/dashmachine/user_data
6
6
ports :
7
- - 5000:5000
7
+ - " 5000:5000"
8
8
restart : unless-stopped
Original file line number Diff line number Diff line change 6
6
volumes :
7
7
- ./volumes/heimdall/config:/config
8
8
ports :
9
- - 8882:80
10
- - 8883:443
9
+ - " 8882:80"
10
+ - " 8883:443"
11
11
restart : unless-stopped
Original file line number Diff line number Diff line change 6
6
volumes :
7
7
- ./volumes/homer/assets:/www/assets
8
8
ports :
9
- - 8881:8080
9
+ - " 8881:8080"
10
10
restart : unless-stopped
Original file line number Diff line number Diff line change 2
2
image : portainer/agent
3
3
container_name : portainer-agent
4
4
ports :
5
- - 9002:9001
5
+ - " 9002:9001"
6
6
volumes :
7
7
- /var/run/docker.sock:/var/run/docker.sock
8
8
- /var/lib/docker/volumes:/var/lib/docker/volumes
Original file line number Diff line number Diff line change 10
10
- ./volumes/qbittorrent/config:/config
11
11
- ./volumes/qbittorrent/downloads:/downloads
12
12
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"
You can’t perform that action at this time.
0 commit comments