mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-13 10:41:38 -05:00
Merge pull request #401 from hernil/fix/give-redis-container-name
fix: Redis container missing name in compose-file
This commit is contained in:
commit
f24d47c9cd
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