We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a05f32 commit d399861Copy full SHA for d399861
.templates/dashmachine/service.yml
@@ -4,6 +4,6 @@ dashmachine:
4
volumes:
5
- ./volumes/dashmachine/user_data:/dashmachine/dashmachine/user_data
6
ports:
7
- - 5000:5000
+ - "5000:5000"
8
restart: unless-stopped
9
.templates/heimdall/service.yml
@@ -8,7 +8,7 @@ heimdall:
- ./volumes/heimdall/config:/config
10
11
- - 8882:80
12
- - 8883:443
+ - "8882:80"
+ - "8883:443"
13
14
0 commit comments