diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/seafile.hcl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nomad/seafile.hcl b/nomad/seafile.hcl index 574f6bc..c930396 100644 --- a/nomad/seafile.hcl +++ b/nomad/seafile.hcl @@ -12,7 +12,12 @@ job "seafile" { task "server" { driver = "docker" config { - image = "superboum/amd64_seafile:v4" + image = "superboum/amd64_seafile:v6" + + ## cmd + args are used for running an instance attachable for update + # command = "/bin/sleep" + # args = ["999999"] + port_map { seahub_port = 8000 seafdav_port = 8084 |