mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-10-29 03:57:42 +09:00
Bot Updating Templated Files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user