Everything in lower case

This commit is contained in:
Miguel Martinez
2015-06-11 19:48:04 -07:00
parent ddab8fcb8b
commit d2ea3023d2
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: