Merge pull request #401 from hernil/fix/give-redis-container-name

fix: Redis container missing name in compose-file
This commit is contained in:
Evgenii Burmakin 2024-11-15 16:30:40 +01:00 committed by GitHub
commit f24d47c9cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@ networks:
services:
dawarich_redis:
image: redis:7.0-alpine
container_name: dawarich_redis
command: redis-server
networks:
- dawarich