From 0445863b579686cc4f4b7c227db3ae472e21f2f3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:14:14 +0200 Subject: [PATCH] Update run.txt --- mealie/rootfs/run.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index 5119ab430..017dab493 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -45,7 +45,8 @@ fi ################ #Sets caddyfile to 9925 as default port -sed -i "s/80/9925/g" /app/Caddyfile +if [ -f /app/Caddyfile ]; then sed -i "s/80/9925/g" /app/Caddyfile; fi +if [ -f /app/frontend/Caddyfile ]; then sed -i "s/3000/9925/g" /app/frontend/Caddyfile; fi ####### # SSL #