Skip to content
Snippets Groups Projects
Commit f5b8f2bf authored by trantzas's avatar trantzas
Browse files

Fixes Nginx configuration regarding Angular volumes allocation. Closes #8

parent e5eab0d8
No related branches found
No related tags found
1 merge request!10Resolve "[Main branch] Wrong Nginx configuration at docker-compose.yaml.configure"
...@@ -27,7 +27,7 @@ services: ...@@ -27,7 +27,7 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf - ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/certificates:/etc/nginx/certificates - ./nginx/certificates:/etc/nginx/certificates
- ../../org.etsi.osl.portal.web/src:/webstatic/nfvportal - ../../org.etsi.osl.portal.web/src:/webstatic/nfvportal
- ../../org.etsi.osl.tmf.web/dist/io-openslice-portal-web:/webstatic/services - ../../org.etsi.osl.tmf.web/dist/org.etsi.osl.tmf.web:/webstatic/services
networks: networks:
- front - front
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment