Postgres EXPOSED

This commit is contained in:
2025-09-14 09:52:46 +02:00
parent 206d6cc605
commit 062d010067
6 changed files with 18 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ services:
POSTGRES_DB: ${NEXTCLOUD_POSTGRES_DB}
POSTGRES_USER: ${NEXTCLOUD_POSTGRES_USER}
POSTGRES_PASSWORD: ${NEXTCLOUD_POSTGRES_PASSWORD}
ports:
- 5438:5432
networks:
- nextcloud
nextcloud: