mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-12 12:46:53 +02:00
standalone postgresql v12-->v13
This commit is contained in:
parent
3a33f7fef9
commit
07e5eff73e
@ -30,7 +30,7 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12-bullseye
|
image: postgres:13-bullseye
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
env_file: docker.env
|
env_file: docker.env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user