⬆️ Update postgres Docker tag to v16
This commit is contained in:
parent
d81f7e8bc8
commit
7dec76d81f
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
wiki-db:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
POSTGRES_DB: wiki
|
||||
POSTGRES_PASSWORD: $DB_PASS
|
||||
|
|
Reference in a new issue