Fixed wrong filename in documentation

This commit is contained in:
Jan Nidzwetzki 2019-12-25 10:40:35 +01:00
parent 9389e8f34f
commit 0784aa5e49

View file

@ -45,7 +45,7 @@ volumes:
helper: {} helper: {}
``` ```
and for `.docker/config.yml`: and for `.docker/config.json`:
```yaml ```yaml
{ {
"HttpHeaders" : { "HttpHeaders" : {
@ -61,4 +61,4 @@ and for `.docker/config.yml`:
"index.docker.io": "osxkeychain" // ...or your prefered helper "index.docker.io": "osxkeychain" // ...or your prefered helper
} }
} }
``` ```