mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-01-18 12:34:25 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/usr/local/etc/docker/init.d/zz-ifconfig.sh
This commit is contained in:
parent
2fd2ab3e82
commit
4610f1f64f
@ -169,6 +169,7 @@ ENV PHP_VERSION="${PHP_VERSION}"
|
|||||||
ENV CONTAINER_NAME="${IMAGE_NAME}"
|
ENV CONTAINER_NAME="${IMAGE_NAME}"
|
||||||
ENV HOSTNAME="casjaysdev-${IMAGE_NAME}"
|
ENV HOSTNAME="casjaysdev-${IMAGE_NAME}"
|
||||||
ENV USER="${USER}"
|
ENV USER="${USER}"
|
||||||
|
ENV PATH="/opt/echoip:$PATH"
|
||||||
|
|
||||||
COPY --from=build /. /
|
COPY --from=build /. /
|
||||||
|
|
||||||
|
@ -120,13 +120,14 @@ SERVICE_GID="0" # set the group id
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# execute command variables - keep single quotes variables will be expanded later
|
# execute command variables - keep single quotes variables will be expanded later
|
||||||
EXEC_CMD_BIN='ifconfig' # command to execute
|
EXEC_CMD_BIN='ifconfig' # command to execute
|
||||||
EXEC_CMD_ARGS='-r -s -p -l :$SERVICE_PORT ' # command arguments
|
EXEC_CMD_ARGS='-r -s -p ' # command arguments
|
||||||
|
EXEC_CMD_ARGS='-l :$SERVICE_PORT ' # command arguments
|
||||||
|
EXEC_CMD_ARGS+='-H X-Real-IP ' # command arguments
|
||||||
|
EXEC_CMD_ARGS+='-H x-forwarded-for ' # command arguments
|
||||||
EXEC_CMD_ARGS+='-a /opt/echoip/geoip/GeoLite2-ASN.mmdb ' # command arguments
|
EXEC_CMD_ARGS+='-a /opt/echoip/geoip/GeoLite2-ASN.mmdb ' # command arguments
|
||||||
EXEC_CMD_ARGS+='-c /opt/echoip/geoip/GeoLite2-City.mmdb ' # command arguments
|
EXEC_CMD_ARGS+='-c /opt/echoip/geoip/GeoLite2-City.mmdb ' # command arguments
|
||||||
EXEC_CMD_ARGS+='-f /opt/echoip/geoip/GeoLite2-Country.mmdb ' # command arguments
|
EXEC_CMD_ARGS+='-f /opt/echoip/geoip/GeoLite2-Country.mmdb ' # command arguments
|
||||||
EXEC_CMD_ARGS+='-t /opt/echoip/html ' # command arguments
|
EXEC_CMD_ARGS+='-t /opt/echoip/html ' # command arguments
|
||||||
EXEC_CMD_ARGS+='-H X-Real-IP ' # command arguments
|
|
||||||
EXEC_CMD_ARGS+='-H x-forwarded-for ' # command arguments
|
|
||||||
EXEC_PRE_SCRIPT='' # execute script before
|
EXEC_PRE_SCRIPT='' # execute script before
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Is this service a web server
|
# Is this service a web server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user