mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
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:
parent
5c46cc64a8
commit
9fe73774ef
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ networks:
|
|||
services:
|
||||
dawarich_redis:
|
||||
image: redis:7.0-alpine
|
||||
container_name: dawarich_redis
|
||||
command: redis-server
|
||||
networks:
|
||||
- dawarich
|
||||
|
|
|
|||
Loading…
Reference in a new issue