From 3dcd84b3d5c7b8e7765baa94bc20266557f62056 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:52:36 +0200 Subject: [PATCH] Update run.txt --- mealie/rootfs/run.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index f1d47202b..f48c5d44c 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -50,6 +50,12 @@ if [ -f /app/Caddyfile ]; then echo "Caddyfile adapted" fi +#Sets caddyfile to 9925 as default port +if [ -f /app/frontend/Caddyfile ]; then + sed -i "s/3000/9925/g" /app/frontend/Caddyfile + echo "Caddyfile adapted" +fi + ####### # SSL # #######