mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-24 17:04:09 +01:00
Update docker.io/postgres Docker tag to v17
This commit is contained in:
parent
5dea11c4d4
commit
db34a0ae2b
@ -39,7 +39,7 @@ services:
|
||||
interval: 15s
|
||||
|
||||
postgres:
|
||||
image: docker.io/postgres:16-alpine
|
||||
image: docker.io/postgres:17-alpine
|
||||
env_file: env/postgres.env
|
||||
healthcheck:
|
||||
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER ## $$ because of docker-compose
|
||||
|
@ -46,7 +46,7 @@ services:
|
||||
|
||||
# postgres
|
||||
postgres:
|
||||
image: docker.io/postgres:16-alpine
|
||||
image: docker.io/postgres:17-alpine
|
||||
healthcheck:
|
||||
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER
|
||||
start_period: 20s
|
||||
|
Loading…
Reference in New Issue
Block a user