mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:17:31 +08:00
do not start memcached if user specifies a command
This commit is contained in:
@@ -8,4 +8,8 @@ elif [ "${1}" == "memcached" -o "${1}" == "$(which memcached)" ]; then
|
||||
set --
|
||||
fi
|
||||
|
||||
if [ -n "${1}" ]; then
|
||||
touch /etc/services.d/$BITNAMI_APP_NAME/down
|
||||
fi
|
||||
|
||||
exec /init "$@"
|
||||
|
||||
Reference in New Issue
Block a user