docker-compose.yaml aktualisiert

added directory with frontend data to nginx service
This commit is contained in:
2025-09-26 16:19:45 +02:00
committed by buchel_k
parent fe9ea4674e
commit 397d56ef88
+1
View File
@@ -16,6 +16,7 @@ services:
- /etc/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- /etc/nginx/conf.d:/etc/nginx/conf.d:ro
- /opt/webcontent/sinqstatus-test:/opt/webcontent/sinqstatus-test:ro
- /opt/webcontent/it-strategy-dashboard/frontend/:/opt/webcontent/it-strategy-dashboard/:ro
networks:
- public
- backend