Skip to content

Commit e2e211d

Browse files
committed
Updates Traefik to Latest Release
Provides some new features for ACME and a bunch of other fixes and features
1 parent be7e0db commit e2e211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.traefik.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ networks:
1515
services:
1616
traefik:
1717
restart: ${RESTART_POLICY:-unless-stopped}
18-
image: traefik:2.2.1
18+
image: traefik:2.6.6
1919
container_name: traefik
2020
# Do not set `api.insecure`, `api.dashboard`, `api.debug` to `true` in production.
2121
# Also do not expose database 3306/5432, as an entry point.

0 commit comments

Comments
 (0)