Skip to content

Commit 6ed934e

Browse files
author
SD-ITLab
authored
Update dockersetup.sh
1 parent ff40e76 commit 6ed934e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockersetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ install_heimdall() {
436436
print_colored_section_header "Install Heimdall"
437437
run_command docker volume create heimdall_data
438438
run_command docker run -d --hostname=heimdall --name=heimdall --restart=always \
439-
-v /heimdall_data/config:/app/config \
439+
-v heimdall_data/config:/app/config \
440440
-p 8080:80 \
441441
linuxserver/heimdall:latest
442442
clear

0 commit comments

Comments
 (0)