From 9cbd345a1ba582a9917aa16bdcc8c312fb0cbd47 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 21 Aug 2022 16:53:40 -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 cdc921c..92ded1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,3 +50,4 @@ COPY root/ / # ports and volumes EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 18edd36..fca1cfe 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -50,3 +50,4 @@ COPY root/ / # ports and volumes EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 889102c..8ab439b 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -50,3 +50,4 @@ COPY root/ / # ports and volumes EXPOSE 80 443 +VOLUME /config