Update postgres version to 15.

This commit is contained in:
Kavin
2023-04-23 10:46:50 +01:00
committed by GitHub
parent 082cb2a820
commit 90e6b80c7c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ services:
- piped-proxy:/var/run/ytproxy
container_name: caddy
postgres:
image: postgres:13-alpine
image: postgres:15
restart: unless-stopped
volumes:
- ./data/db:/var/lib/postgresql/data
+1 -1
View File
@@ -42,7 +42,7 @@ services:
- piped-proxy
- pipedfrontend
postgres:
image: postgres:13-alpine
image: postgres:15
restart: unless-stopped
volumes:
- ./data/db:/var/lib/postgresql/data