Updates on Shefet side
This commit is contained in:
parent
fd6911b4d6
commit
f47bf3b52e
|
@ -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"
|
||||
|
|
|
@ -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" \
|
||||
"" "" "" \
|
||||
|
|
|
@ -38,6 +38,8 @@ services:
|
|||
max-file: "3"
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 80:80
|
||||
- 443:443
|
||||
command:
|
||||
- '--log.level=DEBUG'
|
||||
- '--configFile=/srv/traefik/static.yml'
|
||||
|
|
Loading…
Reference in New Issue