mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01:00
Use Mealie home
This commit is contained in:
@@ -48,7 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
|
||||
# Correct data path
|
||||
# hadolint ignore=DL4006
|
||||
RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/config|g' && \
|
||||
RUN grep -rl '$MEALIE_HOME/data' /app | xargs sed -i 's|$MEALIE_HOME/data|/config|g' && \
|
||||
sed -i "s|change_user$|# change_user|g" /app/run.sh
|
||||
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user