mirror of
https://github.com/detleph/server.git
synced 2026-09-08 07:56:18 +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}
|
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
|
||||||
container_name: "postgres"
|
container_name: "postgres"
|
||||||
redis:
|
redis:
|
||||||
name: redis
|
container_name: redis
|
||||||
image: redis
|
image: redis
|
||||||
restart: always
|
restart: always
|
||||||
server:
|
server:
|
||||||
|
|||||||
Reference in New Issue
Block a user