improve docker.registry configuration

master
TBS093A 2023-03-09 19:48:50 +01:00
parent 16bc8e35d6
commit e7af7ded4a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ open ```/etc/docker/deamon.json``` file (If the daemon.json file does not exist,
```json
{
"insecure-registries" : ["http://0.0.0.0:5050"]
"insecure-registries" : ["0.0.0.0:5050"]
}
```