From 034d3fc96c70259d18ff30b08b9a38e096e3102d Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 13:10:35 +0000 Subject: [PATCH] buildargs.env aktualisiert --- buildargs.env | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/buildargs.env b/buildargs.env index 9cb571e..71511fc 100644 --- a/buildargs.env +++ b/buildargs.env @@ -11,16 +11,8 @@ BUILD_APP_GID=1000 ENV_TZ=Europe/Berlin ENV_PUID=1000 ENV_PGID=1000 -VOL_CONFIG=./config:/config -VOL_DATA=./data:/data +VOL_DATA=/app PORT_WEB=8082:8082 PUSH=gitea #,dockerhub -DESCRIPTION="Docker implementation of https://github.com/oschonrock/hibp.git." - -# cd /data && \ -# apt-get update && \ -# apt-get install wget && \ -# wget https://github.com/oschonrock/hibp/releases/download/v${BUILD_TAG}/hibp_${BUILD_TAG}-1_amd64.deb -o hibp_${BUILD_TAG}_amd64.deb && \ -# apt install ./hibp_${BUILD_TAG}-1_amd64.deb && \ -# rm -f hibp_${BUILD_TAG}-1_amd64.deb +DESCRIPTION="Docker implementation of https://github.com/oschonrock/hibp.git." \ No newline at end of file