Bashio update

This commit is contained in:
Alexandre
2021-12-01 22:08:07 +01:00
parent 3280733006
commit b97f51076f
51 changed files with 53 additions and 53 deletions

View File

@@ -4,7 +4,7 @@ FROM ${BUILD_FROM}
COPY rootfs /
ARG BASHIO_VERSION=0.13.1
ARG BASHIO_VERSION=0.14.3
RUN \
################
@@ -31,8 +31,8 @@ RUN \
&& cat /app/mealie/run.sh >> /run.txt \
&& cat /run.txt > /app/mealie/run.sh \
&& chmod +x /app/mealie/run.sh
# Add custom caddy instructions for ingress
#&& cat /caddy.txt >> /app/Caddyfile
# Add custom caddy instructions for ingress
#&& cat /caddy.txt >> /app/Caddyfile
VOLUME [ "/data" ]