mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 19:47:20 -06:00
Fixes #246 - Add build directive to docker-compose.yml
This commit is contained in:
parent
40173b4f8e
commit
db25894363
@ -9,6 +9,7 @@ services:
|
||||
POSTGRES_PASSWORD: J5brHrAXFLQSif0K
|
||||
POSTGRES_DB: netbox
|
||||
netbox:
|
||||
build: .
|
||||
image: digitalocean/netbox
|
||||
links:
|
||||
- postgres
|
||||
|
Loading…
Reference in New Issue
Block a user