mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
Everything in lower case
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
VOLUMES:
|
||||
$BITNAMI_APP_VOL_PREFIX/data: Your redis database backup will be placed here.
|
||||
$BITNAMI_APP_VOL_PREFIX/conf: Home of redis.conf
|
||||
$BITNAMI_APP_VOL_PREFIX/logs: Redis logs are placed here
|
||||
$BITNAMI_APP_VOL_PREFIX/logs: redis logs are placed here
|
||||
|
||||
PORTS:
|
||||
6369: Default redis port
|
||||
|
||||
@@ -3,7 +3,7 @@ environment_variables:
|
||||
volumes:
|
||||
$BITNAMI_APP_VOL_PREFIX/data: Your redis database backup will be placed here.
|
||||
$BITNAMI_APP_VOL_PREFIX/conf: Home of redis.conf
|
||||
$BITNAMI_APP_VOL_PREFIX/logs: Redis logs are placed here
|
||||
$BITNAMI_APP_VOL_PREFIX/logs: redis logs are placed here
|
||||
ports:
|
||||
6369: Default redis port
|
||||
misc:
|
||||
|
||||
Reference in New Issue
Block a user