diff --git a/docs/config.md b/docs/config.md index cead7ac15..868141e04 100644 --- a/docs/config.md +++ b/docs/config.md @@ -128,7 +128,7 @@ listen: # - http://localhost:4873 # same thing # - 0.0.0.0:4873 # listen on all addresses (INADDR_ANY) # - https://example.org:4873 # if you want to use https -# - [::1]:4873 # ipv6 +# - "[::1]:4873" # ipv6 # - unix:/tmp/verdaccio.sock # unix socket ```