disable cache persistence & env updates

This commit is contained in:
Jim Moffet
2022-06-13 21:42:36 -07:00
parent e88e36712f
commit 79ba6cc1d1
8 changed files with 92 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ services:
container_name: redis
image: redis:6.2
restart: always
command: redis-server --port 6380
command: sh -c "rm -f /data/dump.rdb && redis-server --port 6380" # disable persistence
ports:
- "6380:6380"
expose: