mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-12 08:00:35 +01:00
Update run.txt
This commit is contained in:
@@ -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 #
|
||||
#######
|
||||
|
||||
Reference in New Issue
Block a user