mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-16 11:25: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:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DATABASE=not_used
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
env_file:
|
||||
|
|
|
@ -4,6 +4,8 @@ services:
|
|||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DATABASE=not_used
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
env_file:
|
||||
|
|
|
@ -4,6 +4,8 @@ services:
|
|||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DATABASE=not_used
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
env_file:
|
||||
|
|
|
@ -4,6 +4,8 @@ services:
|
|||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DATABASE=not_used
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
env_file:
|
||||
|
|
Loading…
Add table
Reference in a new issue