fix: Redis container missing name in compose-file

This fixes a bug where the other containers are not able to reach redis
on the network because docker does not assign the expected DNS entry to
the container.
This commit is contained in:
Nils Herde 2024-11-14 11:43:41 +01:00
parent 5c46cc64a8
commit 9fe73774ef

View file

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