mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix(lint): Traefik transition comment typo
This commit is contained in:
parent
166a904041
commit
a6e92bf984
4 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ services:
|
|||
- --providers.docker=true
|
||||
- --providers.docker.exposedbydefault=false
|
||||
# Keep v2 rule syntax for now
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transistion is complete)
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
|
||||
- --core.defaultRuleSyntax=v2
|
||||
- --entrypoints.web.address=:80
|
||||
- --entrypoints.web.http.redirections.entrypoint.to=websecure
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ services:
|
|||
- --providers.docker
|
||||
- --providers.docker.exposedbydefault=false
|
||||
# Keep v2 rule syntax for now
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transistion is complete)
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
|
||||
- --core.defaultRuleSyntax=v2
|
||||
- --entrypoints.web.address=:80
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ services:
|
|||
# Do not expose all Docker services, only the ones explicitly exposed
|
||||
- --providers.docker.exposedbydefault=false
|
||||
# Keep v2 rule syntax for now
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transistion is complete)
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
|
||||
- --core.defaultRuleSyntax=v2
|
||||
# Create an entrypoint http listening on port 80
|
||||
- --entrypoints.http.address=:80
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
# Do not expose all Docker services, only the ones explicitly exposed
|
||||
- --providers.docker.exposedbydefault=false
|
||||
# Keep v2 rule syntax for now
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transistion is complete)
|
||||
# Ensure compatibility with existing labels (will be removed if v3 transition is complete)
|
||||
- --core.defaultRuleSyntax=v2
|
||||
# Create an entrypoint http listening on port 80
|
||||
- --entrypoints.http.address=:80
|
||||
|
|
|
|||
Loading…
Reference in a new issue