Skip to content

Commit

Permalink
upgrade traefik to 2.11.8 and restart always
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Sep 16, 2024
1 parent 01be8cb commit 0c7c3bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ version: '3.3'

services:
proxy:
image: traefik:v2.11.0
image: traefik:v2.11.8

container_name: traefik

restart: always

command:
# Create an entrypoint "http" listening on port 80
- --entrypoints.http.address=:80
Expand Down

0 comments on commit 0c7c3bd

Please sign in to comment.