Update garage
This commit is contained in:
parent
a6b23f5713
commit
0c4ee40e01
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ job "garage" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
advertise_ipv6_address = true
|
advertise_ipv6_address = true
|
||||||
image = "lxpz/garage_amd64:v0.1.1"
|
image = "lxpz/garage_amd64:v0.1.1b"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
volumes = [
|
volumes = [
|
||||||
"/mnt/storage/garage/data:/garage/data",
|
"/mnt/storage/garage/data:/garage/data",
|
||||||
|
|
Reference in a new issue