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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

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