1
0
Fork 0

Merge pull request #7 from nikitabuyevich/patch-1

fix(readme): missing build path
test 1.0.4
Ambrose Chua 2020-04-07 23:03:28 +08:00 committed by GitHub
commit e294615557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ You can also fork and edit plugger.go for more advanced plugin configuration
# Build without telemetry
```
docker build -t caddy --build-arg telemetry=false
docker build . -t caddy --build-arg telemetry=false
```