removed redundant block
這個提交存在於:
父節點
b1b4a3ca0a
當前提交
1b5c5c97b8
共有 1 個檔案被更改,包括 1 行新增 和 5 行删除
|
@ -10,10 +10,6 @@ job "nginx-ams" {
|
||||||
port "http" {
|
port "http" {
|
||||||
to = 3000
|
to = 3000
|
||||||
}
|
}
|
||||||
|
|
||||||
port "https" {
|
|
||||||
to = 3000
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
service {
|
service {
|
||||||
|
@ -38,7 +34,7 @@ job "nginx-ams" {
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "ghcr.io/dcuams/amikon-site-v2:latest"
|
image = "ghcr.io/dcuams/amikon-site-v2:latest"
|
||||||
ports = ["http", "https"]
|
ports = "http"
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
|
|
載入中…
新增問題並參考