This commit is contained in:
oliver
2026-08-14 08:12:19 -03:00
parent 1bfa379dad
commit 589ca5e4be
3 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -2,13 +2,7 @@
exec > /4server/data/log/system_pull.log 2>&1
echo "$(date '+%Y-%m-%d %H:%M') Pulling images"
docker ps -a --format '{{.Image}}' \
docker ps --format '{{.Image}}' \
| grep -vE '^[0-9a-f]{12,}$' \
| sort -u \
| xargs -n1 docker pull
+1 -1
View File
@@ -110,7 +110,7 @@ docker run -d --name "$UUID" \
-e GIT="$GIT" \
--label "$DOMAIN_LABEL" \
--label "traefik.http.services.$UUID.loadbalancer.server.port=8069" \
--label "traefic.http.routers.$UUID.entrypoints=web, websecure" \
--label "traefik.http.routers.$UUID.entrypoints=web, websecure" \
--label "traefik.http.routers.$UUID.tls.certresolver=production" \
--label "traefik.http.routers.$UUID.tls=true" \
--label "traefik.http.routers.$UUID.service=$UUID" \
Binary file not shown.