mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-12 21:30:41 +05:30
Update postgres version to 15.
This commit is contained in:
parent
082cb2a820
commit
90e6b80c7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user