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:
parent
e470cdef58
commit
1d94d5febd
@ -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
|
Loading…
Reference in New Issue
Block a user