removed redundant block

This commit is contained in:
leath-dub 2023-10-06 12:49:02 +01:00
parent b1b4a3ca0a
commit 1b5c5c97b8

View file

@ -10,10 +10,6 @@ job "nginx-ams" {
port "http" {
to = 3000
}
port "https" {
to = 3000
}
}
service {
@ -38,7 +34,7 @@ job "nginx-ams" {
config {
image = "ghcr.io/dcuams/amikon-site-v2:latest"
ports = ["http", "https"]
ports = "http"
}
resources {