File tree Expand file tree Collapse file tree
with-nginx-proxy/postgres Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11POSTGRES_PASSWORD =
2- POSTGRES_USER = postgres
2+ POSTGRES_DB = nextcloud
3+ POSTGRES_USER = nextcloud
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ services:
1818 - nextcloud:/var/www/html
1919 environment :
2020 - POSTGRES_HOST=db
21- - POSTGRES_DB=nextcloud
2221 env_file :
2322 - db.env
2423 depends_on :
Original file line number Diff line number Diff line change 11POSTGRES_PASSWORD =
2- POSTGRES_USER = postgres
2+ POSTGRES_DB = nextcloud
3+ POSTGRES_USER = nextcloud
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ services:
1616 - nextcloud:/var/www/html
1717 environment :
1818 - POSTGRES_HOST=db
19- - POSTGRES_DB=nextcloud
2019 env_file :
2120 - db.env
2221 depends_on :
Original file line number Diff line number Diff line change 11POSTGRES_PASSWORD =
2- POSTGRES_USER = postgres
2+ POSTGRES_DB = nextcloud
3+ POSTGRES_USER = nextcloud
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
1919 - LETSENCRYPT_HOST=
2020 - LETSENCRYPT_EMAIL=
2121 - POSTGRES_HOST=db
22- - POSTGRES_DB=nextcloud
2322 env_file :
2423 - db.env
2524 depends_on :
Original file line number Diff line number Diff line change 11POSTGRES_PASSWORD =
2- POSTGRES_USER = postgres
2+ POSTGRES_DB = nextcloud
3+ POSTGRES_USER = nextcloud
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ services:
1616 - nextcloud:/var/www/html
1717 environment :
1818 - POSTGRES_HOST=db
19- - POSTGRES_DB=nextcloud
2019 env_file :
2120 - db.env
2221 depends_on :
You can’t perform that action at this time.
0 commit comments