Fix #1230 Docker: use 8080 port instead of 80 to reduce privilege requirements

This commit is contained in:
ztec
2023-05-26 11:01:45 +02:00
parent b06fd02dcb
commit c3b711c5cd
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 80;
listen 8080;
server_name mermaid;
location / {
root /usr/share/nginx/html;