Update NetBox image to use 'latest' tag

This commit is contained in:
drice000 2026-01-03 22:53:49 -05:00 committed by GitHub
parent 88e0e7b0cb
commit da340f121e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ version: "3.8"
services:
netbox: &netbox
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
image: docker.io/netboxcommunity/netbox:latest
depends_on:
- postgres
- redis