kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
632b95147b
commit
e8762ff3bc
|
@ -187,7 +187,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 443:443
|
- 443:443
|
||||||
- 80:80 #optional
|
- 80:80 #optional
|
||||||
- 443/udp:443/udp #optional
|
- 443:443/udp #optional
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@ docker run -d \
|
||||||
-e SWAG_AUTORELOAD_WATCHLIST= `#optional` \
|
-e SWAG_AUTORELOAD_WATCHLIST= `#optional` \
|
||||||
-p 443:443 \
|
-p 443:443 \
|
||||||
-p 80:80 `#optional` \
|
-p 80:80 `#optional` \
|
||||||
-p 443/udp:443/udp `#optional` \
|
-p 443:443/udp `#optional` \
|
||||||
-v /path/to/swag/config:/config \
|
-v /path/to/swag/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/swag:latest
|
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 |
|
| `443:443` | HTTPS port |
|
||||||
| `80:80` | HTTP port (required for HTTP validation and HTTP -> HTTPS redirect) |
|
| `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`)
|
### Environment Variables (`-e`)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue