🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/opt/echoip/geoip/GeoLite2-ASN.mmdb
rootfs/opt/echoip/geoip/GeoLite2-City.mmdb
rootfs/opt/echoip/geoip/GeoLite2-Country.mmdb
rootfs/tmp/update-geoip-db.sh
rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh
This commit is contained in:
casjay
2024-07-07 13:34:14 -04:00
parent ba0e61f764
commit 86eb9e6d8c
6 changed files with 12 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ ARG IMAGE_REPO="casjaysdev/alpine"
ARG IMAGE_VERSION="latest"
ARG CONTAINER_VERSION="${IMAGE_VERSION}"
ARG SERVICE_PORT="8080"
ARG EXPOSE_PORTS="8080"
ARG SERVICE_PORT="80"
ARG EXPOSE_PORTS="80"
ARG PHP_VERSION="php81"
ARG USER="root"