Skip to content

Commit

Permalink
Merge pull request #162 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Update default version of traefik
  • Loading branch information
gabrielrufino authored May 27, 2023
2 parents d157bb6 + c20f0eb commit 1c8b3b5
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 @@ -317,7 +317,7 @@ services:
- 1433:1433
restart: ${SQLSERVER_RESTART_POLICY-no}
traefik:
image: traefik:${TRAEFIK_VERSION-v2.9.10}
image: traefik:${TRAEFIK_VERSION-v2.10.1}
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.10 |
| TRAEFIK_VERSION | v2.10.1 |
| TRAEFIK_CONTAINER_NAME | |
| TRAEFIK_BASE_HOST | localhost |
| TRAEFIK_ACME_EMAIL | |
Expand Down

0 comments on commit 1c8b3b5

Please sign in to comment.