mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-06 03:26:35 +00:00
Pin the NetBox Docker version in the docker-compose.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user