updated envs to new vwesion

This commit is contained in:
Snogard 2025-03-05 17:39:41 +01:00
parent 66890c5154
commit 05d5edbaf2

View File

@ -14,7 +14,6 @@ dstDnsmasqConfigPath=$baseConfigPath/dnsmasq
# envs
webport=10105
virtual_host=pihole_host
timezone=Europe/Rome
if [ -f "$KAIDO_CONFIG_FOLDER/containers/$containerName/envs.sh" ]; then
@ -42,9 +41,8 @@ echo "Creating new container"
podman create \
--name $containerName \
--net=host \
-e WEB_PORT=$webport \
-e FTLCONF_webserver_port=$webport \
-e TZ="$timezone" \
-e VIRTUAL_HOST="$virtual_host" \
-v $dstPiholeConfigPath:/etc/pihole \
-v $dstDnsmasqConfigPath:/etc/dnsmasq \
$imageName