We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d0558 commit c9efb53Copy full SHA for c9efb53
README.md
@@ -204,7 +204,7 @@ services:
204
ports:
205
- 443:443
206
- 80:80 #optional
207
- - 443/udp:443/udp #optional
+ - 443:443/udp #optional
208
restart: unless-stopped
209
```
210
@@ -232,7 +232,7 @@ docker run -d \
232
-e SWAG_AUTORELOAD_WATCHLIST= `#optional` \
233
-p 443:443 \
234
-p 80:80 `#optional` \
235
- -p 443/udp:443/udp `#optional` \
+ -p 443:443/udp `#optional` \
236
-v /path/to/swag/config:/config \
237
--restart unless-stopped \
238
lscr.io/linuxserver/swag:latest
0 commit comments