We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7e0db commit e2e211dCopy full SHA for e2e211d
docker-compose.traefik.yml
@@ -15,7 +15,7 @@ networks:
15
services:
16
traefik:
17
restart: ${RESTART_POLICY:-unless-stopped}
18
- image: traefik:2.2.1
+ image: traefik:2.6.6
19
container_name: traefik
20
# Do not set `api.insecure`, `api.dashboard`, `api.debug` to `true` in production.
21
# Also do not expose database 3306/5432, as an entry point.
0 commit comments