1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #246 - Add build directive to docker-compose.yml

This commit is contained in:
Zach Moody
2016-07-08 19:54:47 -05:00
parent 40173b4f8e
commit db25894363

View File

@ -9,6 +9,7 @@ services:
POSTGRES_PASSWORD: J5brHrAXFLQSif0K
POSTGRES_DB: netbox
netbox:
build: .
image: digitalocean/netbox
links:
- postgres