Browse Source

correcting docker-compose build syntax

master
Matt Berther 7 years ago
parent
commit
b3de93ac20
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      docker-compose-armhf.yml

+ 3
- 1
docker-compose-armhf.yml View File

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

Loading…
Cancel
Save