mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-08 22:32:36 -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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue