@@ -17,8 +17,8 @@ traefik:
|
||||
|
||||
# Image
|
||||
#
|
||||
# The Traefik image to use, defaults to `traefik:v2.10`
|
||||
image: traefik:v2.9
|
||||
# The Traefik image to use, defaults to `traefik:v2.11`
|
||||
image: traefik:v2.11
|
||||
|
||||
# Host port
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class Kamal::Configuration::Traefik
|
||||
DEFAULT_IMAGE = "traefik:v2.10"
|
||||
DEFAULT_IMAGE = "traefik:v2.11"
|
||||
CONTAINER_PORT = 80
|
||||
DEFAULT_ARGS = {
|
||||
"log.level" => "DEBUG"
|
||||
|
||||
Reference in New Issue
Block a user