Skip to content

Commit

Permalink
feat: Upgrade to Traefik 3.1
Browse files Browse the repository at this point in the history
Upgrade to Traefik 3.1
  • Loading branch information
erkenes committed Sep 15, 2024
1 parent 5dd1e1b commit 4bfb508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/compose.traefik.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
traefik:
image: traefik:2.10
image: traefik:3.1
read_only: true
restart: always
depends_on:
Expand Down
1 change: 0 additions & 1 deletion lib/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ providers:
endpoint: 'tcp://docker-proxy:2375'
exposedByDefault: false
network: 'traefik'
swarmMode: false
file:
directory: '/etc/traefik/dynamic'
watch: true
Expand Down

0 comments on commit 4bfb508

Please sign in to comment.