diff --git a/static/progress/docker-compose.yml b/static/progress/docker-compose.yml new file mode 100644 index 0000000..6e4a7f6 --- /dev/null +++ b/static/progress/docker-compose.yml @@ -0,0 +1,8 @@ +version: "2" +services: + http: + image: httpd:alpine + volumes: + - ./:/usr/local/apache2/htdocs + ports: + - 5001:80