Ändere den Datenbanknamen in der compose.yml für die Entwicklungsumgebung
This commit is contained in:
parent
51a23319b6
commit
ebb850294c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
POSTGRES_DB: bmt_checkout_dev
|
POSTGRES_DB: dbname_dev
|
||||||
volumes:
|
volumes:
|
||||||
- postgres:/var/lib/postgresql/data
|
- postgres:/var/lib/postgresql/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue