Update postgres Docker tag to v14
This commit is contained in:
parent
6e870b4d0b
commit
d4081c15e1
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ services:
|
|||
|
||||
# postgres
|
||||
postgres:
|
||||
image: postgres:13-alpine
|
||||
image: postgres:14-alpine
|
||||
env_file: env/postgres.env
|
||||
volumes:
|
||||
- netbox-postgres-data:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue