Skip to content

Commit 42a7614

Browse files
authored
Fix working directory and plugins (#4838)
1 parent 2dd7ebd commit 42a7614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/alpine-traefik-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fi
3030

3131
msg_info "Enabling and starting Traefik service"
3232
$STD rc-update add traefik default
33+
sed -i '/^command=.*/i directory="/etc/traefik"' /etc/init.d/traefik
3334
$STD rc-service traefik start
3435
msg_ok "Traefik service started"
3536

0 commit comments

Comments
 (0)