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