mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-04-19 02:32:25 +09:00
Compare commits
4 Commits
4.1.1-ls39
...
4.1.1-ls39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1905b3c920 | ||
|
|
c9efb531b0 | ||
|
|
26d05580ef | ||
|
|
a2a7292e39 |
@@ -204,7 +204,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
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -232,7 +232,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
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ azure-mgmt-dns 9.0.0 python
|
|||||||
backports-tarfile 1.2.0 python
|
backports-tarfile 1.2.0 python
|
||||||
bash 5.2.37-r0 apk
|
bash 5.2.37-r0 apk
|
||||||
beautifulsoup4 4.13.4 python
|
beautifulsoup4 4.13.4 python
|
||||||
boto3 1.39.9 python
|
boto3 1.39.10 python
|
||||||
botocore 1.39.9 python
|
botocore 1.39.10 python
|
||||||
brotli-libs 1.1.0-r2 apk
|
brotli-libs 1.1.0-r2 apk
|
||||||
bs4 0.0.2 python
|
bs4 0.0.2 python
|
||||||
busybox 1.37.0-r18 apk
|
busybox 1.37.0-r18 apk
|
||||||
@@ -351,7 +351,7 @@ shadow 4.17.3-r0 apk
|
|||||||
six 1.17.0 python
|
six 1.17.0 python
|
||||||
skalibs-libs 2.14.4.0-r0 apk
|
skalibs-libs 2.14.4.0-r0 apk
|
||||||
soupsieve 2.7 python
|
soupsieve 2.7 python
|
||||||
sqlite-libs 3.49.2-r0 apk
|
sqlite-libs 3.49.2-r1 apk
|
||||||
ssl_client 1.37.0-r18 apk
|
ssl_client 1.37.0-r18 apk
|
||||||
tiff 4.7.0-r0 apk
|
tiff 4.7.0-r0 apk
|
||||||
tldextract 5.3.0 python
|
tldextract 5.3.0 python
|
||||||
@@ -365,7 +365,7 @@ uritemplate 4.2.0 python
|
|||||||
urllib3 2.5.0 python
|
urllib3 2.5.0 python
|
||||||
utmps-libs 0.1.3.1-r0 apk
|
utmps-libs 0.1.3.1-r0 apk
|
||||||
wheel 0.45.1 python (+1 duplicate)
|
wheel 0.45.1 python (+1 duplicate)
|
||||||
whois 5.6.0-r0 apk
|
whois 5.6.3-r0 apk
|
||||||
xz-libs 5.8.1-r0 apk
|
xz-libs 5.8.1-r0 apk
|
||||||
zipp 3.19.2 python
|
zipp 3.19.2 python
|
||||||
zlib 1.3.1-r2 apk
|
zlib 1.3.1-r2 apk
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ opt_param_env_vars:
|
|||||||
opt_param_usage_include_ports: true
|
opt_param_usage_include_ports: true
|
||||||
opt_param_ports:
|
opt_param_ports:
|
||||||
- {external_port: "80", internal_port: "80", port_desc: "HTTP port (required for HTTP validation and HTTP -> HTTPS redirect)"}
|
- {external_port: "80", internal_port: "80", port_desc: "HTTP port (required for HTTP validation and HTTP -> HTTPS redirect)"}
|
||||||
- {external_port: "443/udp", internal_port: "443/udp", port_desc: "QUIC (HTTP/3) port. Must be enabled in the default and proxy confs."}
|
- {external_port: "443", internal_port: "443/udp", port_desc: "QUIC (HTTP/3) port. Must be enabled in the default and proxy confs."}
|
||||||
readonly_supported: true
|
readonly_supported: true
|
||||||
readonly_message: |
|
readonly_message: |
|
||||||
* `/tmp` must be mounted to tmpfs
|
* `/tmp` must be mounted to tmpfs
|
||||||
|
|||||||
Reference in New Issue
Block a user