correcting docker-compose build syntax
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
transmission:
|
transmission:
|
||||||
build: ./Dockerfile.armhf
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.armhf
|
||||||
privileged: true
|
privileged: true
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user