mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-08-20 10:50:06 +02:00
updated envs to new vwesion
This commit is contained in:
parent
66890c5154
commit
05d5edbaf2
@ -14,7 +14,6 @@ dstDnsmasqConfigPath=$baseConfigPath/dnsmasq
|
|||||||
|
|
||||||
# envs
|
# envs
|
||||||
webport=10105
|
webport=10105
|
||||||
virtual_host=pihole_host
|
|
||||||
timezone=Europe/Rome
|
timezone=Europe/Rome
|
||||||
|
|
||||||
if [ -f "$KAIDO_CONFIG_FOLDER/containers/$containerName/envs.sh" ]; then
|
if [ -f "$KAIDO_CONFIG_FOLDER/containers/$containerName/envs.sh" ]; then
|
||||||
@ -42,9 +41,8 @@ echo "Creating new container"
|
|||||||
podman create \
|
podman create \
|
||||||
--name $containerName \
|
--name $containerName \
|
||||||
--net=host \
|
--net=host \
|
||||||
-e WEB_PORT=$webport \
|
-e FTLCONF_webserver_port=$webport \
|
||||||
-e TZ="$timezone" \
|
-e TZ="$timezone" \
|
||||||
-e VIRTUAL_HOST="$virtual_host" \
|
|
||||||
-v $dstPiholeConfigPath:/etc/pihole \
|
-v $dstPiholeConfigPath:/etc/pihole \
|
||||||
-v $dstDnsmasqConfigPath:/etc/dnsmasq \
|
-v $dstDnsmasqConfigPath:/etc/dnsmasq \
|
||||||
$imageName
|
$imageName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user