mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-06-25 02:13:00 +02:00
updated envs to new vwesion
This commit is contained in:
parent
66890c5154
commit
05d5edbaf2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user