speedtest/docker-compose.yml
majerus1223 56352a8223 Add docker hub explanation, remove volumes from docker-compose (#221)
* Update docker-compose.yml

* Update README.md
2019-07-03 21:18:44 +02:00

12 lines
266 B
YAML

version: "3"
services:
speedtest:
build: .
image: adolfintel/speedtest:${TAG:-latest}
ports:
- "8888:80"
# Should only be declared if you have a custom configuration. 404 errors thrown if misconfigured
#volumes:
#- .:/var/www/html