mirror of
https://github.com/casjaysdevdocker/buildah
synced 2025-01-18 12:34:21 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
07cb0e1d49
commit
f51f7ec566
@ -126,9 +126,9 @@ CONTAINER_IP_ADDRESS="$(ip a 2>/dev/null | grep 'inet' | grep -v '127.0.0.1' | a
|
|||||||
# Overwrite variables
|
# Overwrite variables
|
||||||
WORKDIR=""
|
WORKDIR=""
|
||||||
SERVICE_PORT="$PORT"
|
SERVICE_PORT="$PORT"
|
||||||
SERVICE_NAME="buildah"
|
SERVICE_NAME="bash"
|
||||||
SERVICE_USER="${SERVICE_USER:-root}"
|
SERVICE_USER="${SERVICE_USER:-root}"
|
||||||
SERVICE_COMMAND="$SERVICE_NAME"
|
SERVICE_COMMAND="$SERVICE_NAME -l"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
[ "$SERVICE_PORT" = "443" ] && SSL_ENABLED="true"
|
[ "$SERVICE_PORT" = "443" ] && SSL_ENABLED="true"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user