We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff40e76 commit 6ed934eCopy full SHA for 6ed934e
1 file changed
dockersetup.sh
@@ -436,7 +436,7 @@ install_heimdall() {
436
print_colored_section_header "Install Heimdall"
437
run_command docker volume create heimdall_data
438
run_command docker run -d --hostname=heimdall --name=heimdall --restart=always \
439
- -v /heimdall_data/config:/app/config \
+ -v heimdall_data/config:/app/config \
440
-p 8080:80 \
441
linuxserver/heimdall:latest
442
clear
0 commit comments