Skip to content
Snippets Groups Projects
Commit 12eff9af authored by renovatebot's avatar renovatebot
Browse files

Update postgres Docker tag to v15

parent 8e929945
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ services: ...@@ -36,7 +36,7 @@ services:
db: db:
image: postgres:13.6 image: postgres:15.3
restart: always restart: always
volumes: volumes:
- /srv/keycloak/db:/var/lib/postgresql/data - /srv/keycloak/db:/var/lib/postgresql/data
......
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
db: db:
image: postgres:13.11 image: postgres:15.3
restart: always restart: always
volumes: volumes:
- /srv/matrix/db:/var/lib/postgresql/data - /srv/matrix/db:/var/lib/postgresql/data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment