mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-19 04:09:40 +00:00
🐳 By default, build latest from the master branch
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
context: .
|
||||
args:
|
||||
- BRANCH=${BRANCH-master}
|
||||
image: ninech/netbox:${BRANCH-master}
|
||||
image: ninech/netbox:${BRANCH-latest}
|
||||
depends_on:
|
||||
- postgres
|
||||
env_file: netbox.env
|
||||
|
||||
Reference in New Issue
Block a user