1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

Add restart policy

This commit is contained in:
AnxietyisReal 2023-10-03 09:53:59 +11:00
parent 23b846c9ea
commit d37ed74433

View File

@ -2,5 +2,6 @@ services:
cache: cache:
container_name: redis-cache container_name: redis-cache
image: redis/redis-stack-server:7.2.0-v2 image: redis/redis-stack-server:7.2.0-v2
restart: unless-stopped
ports: ports:
- 6379:6379/tcp - 6379:6379/tcp