Ingress addition

This commit is contained in:
Alexandre
2023-02-26 16:01:34 +01:00
parent e8150111e7
commit d48ac5ea68
13 changed files with 235 additions and 157 deletions

View File

@@ -72,7 +72,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& chmod -R 755 /etc/cont-init.d
# Manual apps
ENV PACKAGES="sudo redis"
ENV PACKAGES="sudo redis nginx"
# Automatic apps & bashio
# hadolint ignore=SC2015