html path of nginx is modified
This commit is contained in:
parent
7fa5fc76f3
commit
4627e918ec
|
@ -4,7 +4,7 @@ services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.17.5-alpine
|
image: nginx:1.17.5-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ../dist/ucap-webmessenger-app:/usr/share/nginx/html:ro
|
- ../dist/ucap-webmessenger-app-browser:/usr/share/nginx/html:ro
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
ports:
|
ports:
|
||||||
- 8099:80
|
- 8099:80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user