Expose traefix on port 80
This commit is contained in:
@@ -2,7 +2,7 @@ job "traefik" {
|
||||
group "traefik" {
|
||||
network {
|
||||
port "http" {
|
||||
static = 8080
|
||||
static = 80
|
||||
}
|
||||
|
||||
port "api" {
|
||||
@@ -38,7 +38,7 @@ job "traefik" {
|
||||
data = <<EOF
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
address = ":8080"
|
||||
address = ":80"
|
||||
[entryPoints.traefik]
|
||||
address = ":8081"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user