mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 03:56:53 -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_PASSWORD: J5brHrAXFLQSif0K
|
||||||
POSTGRES_DB: netbox
|
POSTGRES_DB: netbox
|
||||||
netbox:
|
netbox:
|
||||||
|
build: .
|
||||||
image: digitalocean/netbox
|
image: digitalocean/netbox
|
||||||
links:
|
links:
|
||||||
- postgres
|
- postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user