Bot Updating Documentation

LinuxServer-CI 2025-07-22 17:03:38 +00:00
rodzic 632b95147b
commit e8762ff3bc
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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`)