diff --git a/Dockerfile b/Dockerfile
index e1914b0..bf28564 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -41,3 +41,7 @@ RUN \
 
 # copy local files
 COPY root/ /
+
+# ports and volumes
+EXPOSE 80 443
+VOLUME /config
diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64
index eac36ac..1ee9705 100644
--- a/Dockerfile.aarch64
+++ b/Dockerfile.aarch64
@@ -41,3 +41,7 @@ RUN \
 
 # copy local files
 COPY root/ /
+
+# ports and volumes
+EXPOSE 80 443
+VOLUME /config
diff --git a/Dockerfile.armhf b/Dockerfile.armhf
index f3b3fa1..394ed92 100644
--- a/Dockerfile.armhf
+++ b/Dockerfile.armhf
@@ -41,3 +41,7 @@ RUN \
 
 # copy local files
 COPY root/ /
+
+# ports and volumes
+EXPOSE 80 443
+VOLUME /config