We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3329b3 commit 90ccb6eCopy full SHA for 90ccb6e
rootfs/container/init/init.d/10-redis
@@ -3,7 +3,7 @@
3
#
4
# SPDX-License-Identifier: MIT
5
6
-source /assets/functions/00-container
+source /container/base/functions/container/init
7
prepare_service 10-redis
8
SERVICE_NAME="redis"
9
rootfs/container/run/available/10-redis/run
@@ -15,7 +15,6 @@ redis_build_runtime_arguments
15
16
liftoff
17
18
-
19
print_start "Starting Redis $(grep -o "ADD: Redis .* |" /container/build/${IMAGE_NAME/\//_}/build.log | awk '{print $3}')"
20
exec s6-setuidgid redis redis-server --dir "${DATA_PATH}" \
21
${REDIS_PASS:+--requirepass $REDIS_PASS} \
0 commit comments