Merge pull request #520 from cimnine/PinNetboxMinor

This commit is contained in:
Christian Mäder 2021-05-31 11:26:51 +02:00 committed by GitHub
commit 6658d069fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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