Skip to content

Commit

Permalink
Update default version of traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Apr 15, 2023
1 parent 01adc8e commit 3106fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ services:
- 1433:1433
restart: ${SQLSERVER_RESTART_POLICY-no}
traefik:
image: traefik:${TRAEFIK_VERSION-v2.9.6}
image: traefik:${TRAEFIK_VERSION-v2.9.10}
container_name: ${TRAEFIK_CONTAINER_NAME-}
command:
- --providers.docker
Expand Down
2 changes: 1 addition & 1 deletion docs/traefik.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker compose up -d traefik

| **Name** | **Default** |
| -------------------------- | ---------------------- |
| TRAEFIK_VERSION | v2.9.6 |
| TRAEFIK_VERSION | v2.9.10 |
| TRAEFIK_CONTAINER_NAME | |
| TRAEFIK_BASE_HOST | localhost |
| TRAEFIK_ACME_EMAIL | |
Expand Down

0 comments on commit 3106fda

Please sign in to comment.