Deploy garage v0.4.0
This commit is contained in:
parent
779aea8f11
commit
489cc492d5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ job "garage" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
advertise_ipv6_address = true
|
advertise_ipv6_address = true
|
||||||
image = "dxflrs/amd64_garage:v0.4-rc2"
|
image = "dxflrs/amd64_garage:v0.4.0"
|
||||||
command = "/garage"
|
command = "/garage"
|
||||||
args = [ "server" ]
|
args = [ "server" ]
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
|
|
Reference in a new issue