⬆️ Update postgres Docker tag to v17
This commit is contained in:
parent
cb396ce331
commit
253e30f5f4
2 changed files with 3 additions and 3 deletions
|
@ -163,7 +163,7 @@ services:
|
|||
ipv4_address: 172.25.0.25
|
||||
## Linkwarden
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
env_file: .env
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -206,7 +206,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
wiki-db:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:17-alpine
|
||||
environment:
|
||||
POSTGRES_DB: wiki
|
||||
POSTGRES_PASSWORD: $DB_PASS
|
||||
|
|
|
@ -56,7 +56,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
jellystat-db:
|
||||
image: postgres:15.2
|
||||
image: postgres:17.0
|
||||
environment:
|
||||
POSTGRES_DB: 'jfstat'
|
||||
POSTGRES_USER: postgres
|
||||
|
|
Loading…
Reference in a new issue