⬆️ Update docker.io/library/postgres Docker tag to v16 #31
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: "3.4"
|
|||
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/library/postgres:12-alpine
|
||||
image: docker.io/library/postgres:16-alpine
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||
|
|
Loading…
Reference in a new issue