mirror of
https://github.com/detleph/server.git
synced 2026-09-04 00:26:03 +02:00
Fix: added Container name to redis
This commit is contained in:
@@ -18,6 +18,7 @@ services:
|
||||
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
|
||||
container_name: "postgres"
|
||||
redis:
|
||||
name: redis
|
||||
image: redis
|
||||
restart: always
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user