mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Upgrade docker postgresql and redis versions
This commit is contained in:
parent
729a58a860
commit
496b50f6b1
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ services:
|
|||
restart: "always"
|
||||
|
||||
postgres:
|
||||
image: postgres:13-alpine
|
||||
image: postgres:17-alpine
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
@ -77,7 +77,7 @@ services:
|
|||
restart: "always"
|
||||
|
||||
redis:
|
||||
image: redis:6-alpine
|
||||
image: redis:8-alpine
|
||||
volumes:
|
||||
- ./docker-volume/redis:/data
|
||||
restart: "always"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue