Pin the NetBox Docker version in the docker-compose.yml file

This commit is contained in:
Christian Mäder 2021-05-26 19:05:37 +02:00
parent 9f531ce0f7
commit 5b618851c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: '3.4' version: '3.4'
services: services:
netbox: &netbox netbox: &netbox
image: netboxcommunity/netbox:${VERSION-latest} image: netboxcommunity/netbox:${VERSION-v2.11}
depends_on: depends_on:
- postgres - postgres
- redis - redis