correcting docker-compose build syntax

This commit is contained in:
Matt Berther 2016-07-27 13:04:00 -06:00
parent 5c6d65ba1c
commit b3de93ac20

View File

@ -1,5 +1,7 @@
transmission: transmission:
build: ./Dockerfile.armhf build:
context: .
dockerfile: Dockerfile.armhf
privileged: true privileged: true
restart: always restart: always
ports: ports: