mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Update docker.io/postgres Docker tag to v16
This commit is contained in:
parent
0a6b3f4019
commit
f2e07e4f4c
|
|
@ -47,7 +47,7 @@ services:
|
|||
|
||||
# postgres
|
||||
postgres:
|
||||
image: docker.io/postgres:15-alpine
|
||||
image: docker.io/postgres:16-alpine
|
||||
env_file: env/postgres.env
|
||||
volumes:
|
||||
- netbox-postgres-data:/var/lib/postgresql/data
|
||||
|
|
|
|||
Loading…
Reference in a new issue