From 78bd55b34987089daac48fb10c2cc9661ba1213c Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 21 Aug 2022 16:53:05 -0500 Subject: [PATCH 1/2] Keep /config volume consistently --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7604f68..3edb3fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,3 +70,4 @@ RUN \ COPY root/ / EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 64a5837..840a18c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -70,3 +70,4 @@ RUN \ COPY root/ / EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index ced74e8..7965259 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -70,3 +70,4 @@ RUN \ COPY root/ / EXPOSE 80 443 +VOLUME /config From 313f1e7c0de59dcd5ddfdc8a7c0bc4866eb0a1d4 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 21 Aug 2022 17:04:32 -0500 Subject: [PATCH 2/2] Keep /config volume consistently --- Dockerfile | 2 ++ Dockerfile.aarch64 | 2 ++ Dockerfile.armhf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3edb3fe..3d5e920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,9 @@ RUN \ /root/.composer \ /tmp/* +# copy local files COPY root/ / +# ports and volumes EXPOSE 80 443 VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 840a18c..017a6ea 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -67,7 +67,9 @@ RUN \ /root/.composer \ /tmp/* +# copy local files COPY root/ / +# ports and volumes EXPOSE 80 443 VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 7965259..0f79aa0 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -67,7 +67,9 @@ RUN \ /root/.composer \ /tmp/* +# copy local files COPY root/ / +# ports and volumes EXPOSE 80 443 VOLUME /config