mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-06 19:16:27 +01:00
Update postgres version to 15.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user