add docker-compose for dev
This commit is contained in:
parent
3f5e9f522a
commit
c980722b0e
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
version: "3.3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: nginx
|
||||||
|
ports:
|
||||||
|
- 8080:80
|
||||||
|
volumes:
|
||||||
|
- .:/usr/share/nginx/html:ro
|
Loading…
x
Reference in New Issue
Block a user