mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-08 14:22:21 -04:00
Bot Updating Templated Files
This commit is contained in:
parent
26d05580ef
commit
c9efb531b0
1 changed files with 2 additions and 2 deletions
|
@ -204,7 +204,7 @@ services:
|
|||
ports:
|
||||
- 443:443
|
||||
- 80:80 #optional
|
||||
- 443/udp:443/udp #optional
|
||||
- 443:443/udp #optional
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
|
@ -232,7 +232,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue