Merge pull request #1572 from fbouynot/patch-1

fix: change the netbox docker version in the image tag
This commit is contained in:
Tobias Genannt
2025-12-08 08:29:27 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
services:
netbox: &netbox
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2}
depends_on:
- postgres
- redis