Exposing sample 'game' port correctly now
This commit is contained in:
@@ -42,7 +42,10 @@ variable game_servers {
|
||||
image = string
|
||||
cpu = string
|
||||
mem = string
|
||||
port = number
|
||||
port = object({
|
||||
internal = number
|
||||
expose = number
|
||||
})
|
||||
proto = optional(string)
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user