mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-29 06:01:51 +00:00
Pin the NetBox Docker version in the docker-compose.yml file
This commit is contained in:
parent
9f531ce0f7
commit
5b618851c0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue