diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-19 15:20:49 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-19 15:20:49 +0200 |
commit | 57aa2ce1d22dfe7963afdfc1908ae2ba60184dcb (patch) | |
tree | 400e9dca5c392b828d1452ff38b8816877f95d64 /cluster/prod/app/guichet/deploy/directory.hcl | |
parent | a614f495ad25adc180a30c8cdc5dadc4f11aa3a6 (diff) | |
download | nixcfg-57aa2ce1d22dfe7963afdfc1908ae2ba60184dcb.tar.gz nixcfg-57aa2ce1d22dfe7963afdfc1908ae2ba60184dcb.zip |
interface gestion site web guichet
Diffstat (limited to 'cluster/prod/app/guichet/deploy/directory.hcl')
-rw-r--r-- | cluster/prod/app/guichet/deploy/directory.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/guichet/deploy/directory.hcl b/cluster/prod/app/guichet/deploy/directory.hcl index 7e445ae..a64b7e6 100644 --- a/cluster/prod/app/guichet/deploy/directory.hcl +++ b/cluster/prod/app/guichet/deploy/directory.hcl @@ -13,7 +13,7 @@ job "guichet" { task "guichet" { driver = "docker" config { - image = "dxflrs/guichet:17" + image = "dxflrs/guichet:18" readonly_rootfs = true ports = [ "web_port" ] volumes = [ |