From bb570b004c7f9d26ed27170da380c36c47e60dcd Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 21 Aug 2022 16:54:10 -0500 Subject: [PATCH] Keep /config volume consistently --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index f72d5f4..5a18762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,3 +38,4 @@ COPY root/ / # ports and volumes EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 86b817c..ec8bd01 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -38,3 +38,4 @@ COPY root/ / # ports and volumes EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index e956912..0ab8bab 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -38,3 +38,4 @@ COPY root/ / # ports and volumes EXPOSE 80 443 +VOLUME /config