mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
fixed my fix
I'm to stupid to write container_name
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ services:
|
||||
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
|
||||
container_name: "postgres"
|
||||
redis:
|
||||
name: redis
|
||||
container_name: redis
|
||||
image: redis
|
||||
restart: always
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user