mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-07-01 10:35:35 +00:00
replace mariadb with postgresql
load postgres and nextcloud db config from secrets to auto-configure
This commit is contained in:
@ -4,8 +4,8 @@ VOLUME_PATH=/data/nextcloud
|
||||
# nextcloud
|
||||
NEXTCLOUD_TAG=23-apache
|
||||
|
||||
# mariadb
|
||||
MARIADB_TAG=10
|
||||
# postgres
|
||||
POSTGRES_TAG=14
|
||||
|
||||
# nginx
|
||||
NGINX_HOST=localhost # REPLACE
|
||||
|
Reference in New Issue
Block a user