mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-19 13:31:04 +02:00
correcting docker-compose build syntax
This commit is contained in:
parent
5c6d65ba1c
commit
b3de93ac20
@ -1,5 +1,7 @@
|
|||||||
transmission:
|
transmission:
|
||||||
build: ./Dockerfile.armhf
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.armhf
|
||||||
privileged: true
|
privileged: true
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user