From 23f071c3dd99c6e737050715c8936a33f1ac16fc Mon Sep 17 00:00:00 2001 From: Saswat Padhi Date: Sun, 5 Jan 2025 17:28:29 -0800 Subject: [PATCH] traefik 2 -> 3 --- README.md | 2 +- comp | 4 ++-- traefik/docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4addc03..36e959e 100644 --- a/README.md +++ b/README.md @@ -1047,7 +1047,7 @@ for optionally customizing compositions via _overrides_. - 2.11.16 + 3.2.3 :heavy_check_mark: diff --git a/comp b/comp index ab258d8..5102a9c 100755 --- a/comp +++ b/comp @@ -53,10 +53,10 @@ __append_env_from () { } __CALL_SELF__ () { - pushd "$SELF_DIR" + pushd "$SELF_DIR" > /dev/null COMP_SELF_CALL_DEPTH="$(( COMP_SELF_CALL_DEPTH + 1 ))" bash "$0" "$@" local exit_code=$? - popd + popd > /dev/null return $exit_code } diff --git a/traefik/docker-compose.yml b/traefik/docker-compose.yml index 2d1f943..134e160 100644 --- a/traefik/docker-compose.yml +++ b/traefik/docker-compose.yml @@ -7,7 +7,7 @@ networks: services: traefik: hostname: traefik - image: traefik:v2.11.16 + image: traefik:v3.2.3 restart: unless-stopped security_opt: