fixed my fix

I'm to stupid to write container_name
This commit is contained in:
Stefan
2021-11-17 16:09:57 +01:00
committed by GitHub
parent ae4ceb8d85
commit 7553364313
+1 -1
View File
@@ -18,7 +18,7 @@ services:
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
container_name: "postgres"
redis:
name: redis
container_name: redis
image: redis
restart: always
server: