From b69d3fa37010dccee9d4a56efc82953311a0234f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:21:31 +0200 Subject: [PATCH] Update run.txt --- mealie/rootfs/run.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index 017dab493..e924ad4b6 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -46,7 +46,7 @@ fi #Sets caddyfile to 9925 as default port 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 +if [ -f /app/frontend/Caddyfile ]; then sed -i "s/8080/9925/g" /app/frontend/Caddyfile; fi ####### # SSL #