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 # #######