Skip to content

Commit 5143b89

Browse files
markgoddardyoctozepto
authored andcommitted
docs: fix registry mirror example
The docker configuration should be a URL, not a host:port. Closes-Bug: #1919932 Change-Id: I5025fdb7e48c79a107b45f1454f5d5e81367a2f9 (cherry picked from commit 608836d)
1 parent 45f12ae commit 5143b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user/multinode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ IP address and port on which the registry is listening:
7575
7676
docker_custom_config:
7777
registry-mirrors:
78-
- 192.168.1.100:4000
78+
- http://192.168.1.100:4000
7979
8080
.. _edit-inventory:
8181

0 commit comments

Comments
 (0)