diff --git a/docs/images/docker-swag.md b/docs/images/docker-swag.md index 90db3eef4f..4ce5d3ae8b 100755 --- a/docs/images/docker-swag.md +++ b/docs/images/docker-swag.md @@ -187,7 +187,7 @@ services: ports: - 443:443 - 80:80 #optional - - 443/udp:443/udp #optional + - 443:443/udp #optional restart: unless-stopped ``` @@ -215,7 +215,7 @@ docker run -d \ -e SWAG_AUTORELOAD_WATCHLIST= `#optional` \ -p 443:443 \ -p 80:80 `#optional` \ - -p 443/udp:443/udp `#optional` \ + -p 443:443/udp `#optional` \ -v /path/to/swag/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/swag:latest @@ -231,7 +231,7 @@ Containers are configured using parameters passed at runtime (such as those abov | :----: | --- | | `443:443` | HTTPS port | | `80:80` | HTTP port (required for HTTP validation and HTTP -> HTTPS redirect) | -| `443/udp:443/udp` | QUIC (HTTP/3) port. Must be enabled in the default and proxy confs. | +| `443:443/udp` | QUIC (HTTP/3) port. Must be enabled in the default and proxy confs. | ### Environment Variables (`-e`)