removed redundant block
This commit is contained in:
부모
b1b4a3ca0a
커밋
1b5c5c97b8
1개의 변경된 파일과 1개의 추가작업 그리고 5개의 파일을 삭제
|
@ -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 {
|
||||
|
|
불러오는 중…
Reference in a new issue