diff --git a/Dockerfile b/Dockerfile
index 7a7938e..ac082fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-# using https://hub.docker.com/_/php/
-FROM php:7.0.10-apache
+# using https://hub.docker.com/r/abiosoft/caddy/
+FROM abiosoft/caddy:php
 
 # load in phpLiteAdmin code
-COPY . /var/www/html/
\ No newline at end of file
+COPY . /srv
\ No newline at end of file