mount issue

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-10-21 16:00:03 +02:00
parent 0dc97a6ff7
commit c9a1e8f334
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ server {
listen 443 ssl;
server_name spotscan.psi.ch;
root /opt/webcontent/spotscan;
root /opt/webcontent/DMZ/spotscan;
index index.html;
ssl_certificate /etc/nginx/certs/lx-docker-dmz-01.psi.ch.crt;
+1 -1
View File
@@ -15,7 +15,7 @@ services:
- /etc/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- /etc/nginx/conf.d:/etc/nginx/conf.d:ro
- /opt/webcontent/sinqstatus:/opt/webcontent/sinqstatus:ro
- /opt/webcontent/spotscan:/opt/webcontent/spotscan:ro
- /opt/webcontent/DMZ:/opt/webcontent/DMZ:ro
networks:
- public
- backend