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