Update compose.yml
This commit is contained in:
parent
cb12a01dc9
commit
48d47b0de3
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
|||
services:
|
||||
db:
|
||||
image: postgres:17
|
||||
image: postgres:18.1-trixie
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: dbname_dev
|
||||
POSTGRES_DB: db_name_dev
|
||||
volumes:
|
||||
- postgres:/var/lib/postgresql/data
|
||||
- postgres:/var/lib/postgresql
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue