mirror of
https://github.com/Freika/dawarich.git
synced 2026-04-22 03:00:29 -04: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:
@@ -3,6 +3,7 @@ networks:
|
||||
services:
|
||||
dawarich_redis:
|
||||
image: redis:7.0-alpine
|
||||
container_name: dawarich_redis
|
||||
command: redis-server
|
||||
networks:
|
||||
- dawarich
|
||||
|
||||
Reference in New Issue
Block a user