diff --git a/README.md b/README.md index 6043945..325e81f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ Works with mobile versions too. ![Screenshot](https://speedtest.fdossena.com/mpot_v5.gif) +## Docker Hub +``` +Utlize the docker-compose.yml provided + +$ docker-compose up +``` + + ## Docker + Docker Compose The project includes a basic `docker-compose.yml` for development. To run, execute the following: diff --git a/docker-compose.yml b/docker-compose.yml index 00311d3..2dd21e3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,5 +6,6 @@ services: image: adolfintel/speedtest:${TAG:-latest} ports: - "8888:80" - volumes: - - .:/var/www/html + # Should only be declared if you have a custom configuration. 404 errors thrown if misconfigured + #volumes: + #- .:/var/www/html