Upgrade garage

This commit is contained in:
Alex 2020-07-15 15:48:25 +02:00
parent 2f1ef18510
commit f844c9454f
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ job "garage" {
task "server" {
driver = "docker"
config {
image = "lxpz/garage_amd64:3"
image = "lxpz/garage_amd64:4"
port_map {
rpc_port = 3901
api_port = 3900
@ -45,7 +45,7 @@ job "garage" {
resources {
memory = 500
cpu = 2000
cpu = 1000
network {
port "rpc_port" {
static = "3901"