Update Garage to 0.7.0-rc1
This commit is contained in:
parent
306974a163
commit
0e6aa95754
2 changed files with 4 additions and 1 deletions
|
@ -19,3 +19,6 @@ root_domain = ".garage.deuxfleurs.fr"
|
|||
[s3_web]
|
||||
bind_addr = "[::]:3902"
|
||||
root_domain = ".web.deuxfleurs.fr"
|
||||
|
||||
[admin]
|
||||
api_bind_addr = "[::1]:3903"
|
||||
|
|
|
@ -25,7 +25,7 @@ job "garage" {
|
|||
driver = "docker"
|
||||
config {
|
||||
advertise_ipv6_address = true
|
||||
image = "dxflrs/amd64_garage:d2c54abf8afb0703a4eaa69ea2847879c7edc5a1"
|
||||
image = "dxflrs/amd64_garage:v0.7.0-rc1"
|
||||
command = "/garage"
|
||||
args = [ "server" ]
|
||||
network_mode = "host"
|
||||
|
|
Reference in a new issue