fix docker compose

This commit is contained in:
Simon Larsen
2023-07-22 14:35:31 +01:00
parent 42b80bab3c
commit 16166a70f8
4 changed files with 8 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ services:
postgres:
ports:
- "5400:5432" # for access to postgres
- "5400:5432" # for access to postgres for backups. If you dont need backup, you can comment this line out to make it more secure.
extends:
file: ./docker-compose.base.yml
service: postgres