From c2a9da5912a53e51ec42d6d7cd8cc8e74eed4c38 Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Sat, 17 Oct 2020 16:34:25 +0200 Subject: [PATCH] Dockerfile VOLUME /config added --- Dockerfile.port | 4 +++- Dockerfile.proxy | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile.port b/Dockerfile.port index 959a884..4ded331 100644 --- a/Dockerfile.port +++ b/Dockerfile.port @@ -29,5 +29,7 @@ RUN \ # Copy local files COPY root/ / -# Communicate port to be used +# Communicate ports and volumes to be used EXPOSE 3000 + +VOLUME /config diff --git a/Dockerfile.proxy b/Dockerfile.proxy index d3a0501..6021f0d 100644 --- a/Dockerfile.proxy +++ b/Dockerfile.proxy @@ -29,5 +29,7 @@ RUN \ # Copy local files COPY root/ / -# Communicate port to be used +# Communicate ports and volumes to be used EXPOSE 3000 + +VOLUME /config -- GitLab