Renamed folder src to public
This commit is contained in:
parent
420c0fe1c8
commit
b414f2d8af
|
@ -2,6 +2,6 @@ services:
|
||||||
cg1:
|
cg1:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/usr/share/nginx/html:ro
|
- ./public:/usr/share/nginx/html:ro
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
Loading…
Reference in New Issue