disable cache persistence & env updates

This commit is contained in:
Jim Moffet
2022-06-13 21:41:59 -07:00
parent c88d6f7a6b
commit ddd13b9995
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ services:
expose:
- "6012"
adminredis:
container_name: adminredis
command: sh -c "rm -f /data/dump.rdb && redis-server --port 6379" # disable persistence
image: redis:latest
networks: