add docker-compose for dev

This commit is contained in:
e7d 2020-06-17 10:45:31 +02:00
parent 3f5e9f522a
commit c980722b0e
No known key found for this signature in database
GPG Key ID: F320BE007C0B8881

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: "3.3"
services:
web:
image: nginx
ports:
- 8080:80
volumes:
- .:/usr/share/nginx/html:ro