mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix docker compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user