mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
fix #345 let nextcloud install create the postgres database
This commit is contained in:
parent
3770bbcb26
commit
cde91adf5b
4 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,8 @@ services:
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
- POSTGRES_DATABASE=not_used
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/postgresql/data
|
- db:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
@ -4,6 +4,8 @@ services:
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
- POSTGRES_DATABASE=not_used
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/postgresql/data
|
- db:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
@ -4,6 +4,8 @@ services:
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
- POSTGRES_DATABASE=not_used
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/postgresql/data
|
- db:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
@ -4,6 +4,8 @@ services:
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
- POSTGRES_DATABASE=not_used
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/postgresql/data
|
- db:/var/lib/postgresql/data
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue