Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2025-07-22 17:02:00 +00:00
parent 26d05580ef
commit c9efb531b0
No known key found for this signature in database

View file

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