From 262bba1a75816c05f17d181f18542e316e12a30f Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 21 Aug 2022 17:05:18 -0500 Subject: [PATCH] Keep /config volume consistently --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- Dockerfile.armhf | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 71f0fa3..0c01d2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,4 +96,5 @@ RUN \ COPY root/ / # ports and volumes -EXPOSE 443 +EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5d5ca74..b5363dc 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -96,4 +96,5 @@ RUN \ COPY root/ / # ports and volumes -EXPOSE 443 +EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index db3bcfe..a983e8c 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -96,4 +96,5 @@ RUN \ COPY root/ / # ports and volumes -EXPOSE 443 +EXPOSE 80 443 +VOLUME /config