diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..5c0c54d --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,9 @@ +# quick easy php for testing +services: + cesiumone: + image: trafex/php-nginx + volumes: + - .:/var/www/html + ports: + - 8080:8080 +