Rebuild Docker container

This commit is contained in:
Alex 2020-02-11 20:12:16 +01:00
parent dc9b2bc458
commit 86bf6a131d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ job "guichet" {
task "server" {
driver = "docker"
config {
image = "lxpz/guichet_amd64:1"
image = "lxpz/guichet_amd64:2"
readonly_rootfs = true
port_map {
web_port = 9991