fix postgres wrong mount

This commit is contained in:
rnsrk 2025-05-10 13:18:04 +02:00
parent d700a9fc13
commit 15174fabcd
5 changed files with 29 additions and 20 deletions

View file

@ -23,7 +23,8 @@ services:
- "traefik.enable=false"
volumes:
- nextcloud-data:/var/www/html
#- ./hooks/post-installation:/docker-entrypoint-hooks.d/post-installation
- ./hooks/post-installation:/docker-entrypoint-hooks.d/post-installation
#- ./custom/custom-config.php:/var/www/html/config/custom-config.php
expose:
- 80
- 9000