From e8762ff3bc22859fc21fac514017362df69b9d11 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 22 Jul 2025 17:03:38 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-swag.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`)