diff --git a/docker-compose.yml b/docker-compose.yml index 5bdba37..745055c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: netbox: &netbox - image: netboxcommunity/netbox:${VERSION-latest} + image: netboxcommunity/netbox:${VERSION-v2.11} depends_on: - postgres - redis