diff --git a/.env.local.wolfpack.dotenv b/.env.local.wolfpack.dotenv
index 39a5029..e3d62b0 100644
--- a/.env.local.wolfpack.dotenv
+++ b/.env.local.wolfpack.dotenv
@@ -4,7 +4,7 @@ ACME_EMAIL="acme.admin@shefet.net"
 HOST_UID="3000"
 HOST_GID="3000"
 
-INTERNAL_IP="192.168.2.33"
+INTERNAL_IP=192.168.2.33
 
 # RUNTIPI's root on the docker host
 # TIPI_VERSION="v3.8.0"
diff --git a/_bin/rtpctl.d b/_bin/rtpctl.d
index 8517439..55d6b68 100755
--- a/_bin/rtpctl.d
+++ b/_bin/rtpctl.d
@@ -339,7 +339,6 @@ case "${1}" in
             "" "ixcompose"  "docker compose for ix/TrueNAS SCALE docker based app" \
             "" "ls"         "list applications (or contrainers)" \
             "" "dls"        "stylized docker ls" \
-            "" "dockge"     "docker compose for dockge stacks" \
             "" "shell"      "enter an insteractive shell" \
             "" "down-all"   "stop and remove everything" \
             "" "" "" \
diff --git a/tipi-compose.yml b/tipi-compose.yml
index 33bdadd..2545ee6 100644
--- a/tipi-compose.yml
+++ b/tipi-compose.yml
@@ -38,6 +38,8 @@ services:
         max-file: "3"
     ports:
       - 8080:8080
+      - 80:80
+      - 443:443
     command:
       - '--log.level=DEBUG'
       - '--configFile=/srv/traefik/static.yml'