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

Add restart policy

This commit is contained in:
toast-ts 2023-10-03 09:53:59 +11:00
parent a036d47e72
commit 9a552749dd

View File

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