docker-compose.yml aktualisiert
This commit is contained in:
@@ -21,8 +21,6 @@ services:
|
||||
postgresdb:
|
||||
image: postgres:14
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
|
||||
Reference in New Issue
Block a user