Skip to content

Commit

Permalink
traefik 2 -> 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jan 6, 2025
1 parent d2b1557 commit 23f071c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ for optionally customizing compositions via _overrides_.
</a>
</th>
<td align='center'>
<code><sub>2.11.16</sub></code>
<code><sub>3.2.3</sub></code>
</td>
<td align='center'>
:heavy_check_mark:
Expand Down
4 changes: 2 additions & 2 deletions comp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
traefik:
hostname: traefik
image: traefik:v2.11.16
image: traefik:v3.2.3
restart: unless-stopped

security_opt:
Expand Down

0 comments on commit 23f071c

Please sign in to comment.