aboutsummaryrefslogtreecommitdiff
path: root/template/docker-compose.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-20 13:37:05 +0800
committercrupest <crupest@outlook.com>2022-11-20 13:37:05 +0800
commit598556d62e3653342c83a148b90c18cc16bedd40 (patch)
treee438ebe543bee5e2afba086609096ec5ef4fc437 /template/docker-compose.yaml.template
parentce5d73b998ca151968621eed49fda5ce32ed2a13 (diff)
downloadcrupest-598556d62e3653342c83a148b90c18cc16bedd40.tar.gz
crupest-598556d62e3653342c83a148b90c18cc16bedd40.tar.bz2
crupest-598556d62e3653342c83a148b90c18cc16bedd40.zip
Fix some nginx bugs.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r--template/docker-compose.yaml.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template
index d8e1b85..8cb617a 100644
--- a/template/docker-compose.yaml.template
+++ b/template/docker-compose.yaml.template
@@ -58,6 +58,7 @@ services:
ports:
- "80:80"
- "443:443"
+ - "443:443/udp"
volumes:
- "./nginx-config:/etc/nginx/conf.d:ro"
- "./site:/srv/www:ro"