From 0455f7cb6a4dbc9ab5c5954994dd1d0d9526645d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 28 Mar 2024 23:07:04 +0100 Subject: [PATCH] Update rendered example --- example/images/unifi/Dockerfile | 4 ++-- example/unifi.nomad.hcl | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/example/images/unifi/Dockerfile b/example/images/unifi/Dockerfile index 88289c6..105c3f1 100644 --- a/example/images/unifi/Dockerfile +++ b/example/images/unifi/Dockerfile @@ -1,4 +1,4 @@ -FROM danielberteaud/java:17.24.3-4 AS builder +FROM danielberteaud/java:17.24.3-5 AS builder ARG UNIFI_VERSION=8.1.113 @@ -12,7 +12,7 @@ RUN set -euxo pipefail &&\ rm -f UniFi/bin/mongod &&\ chown -R root:root UniFi -FROM danielberteaud/java:17.24.3-4 +FROM danielberteaud/java:17.24.3-5 MAINTAINER Daniel Berteaud ENV JAVA_OPTS="-Djava.awt.headless=true -Dlogback.configurationFile=/opt/unifi/logback.xml --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED" \ diff --git a/example/unifi.nomad.hcl b/example/unifi.nomad.hcl index a6c1047..0e95271 100644 --- a/example/unifi.nomad.hcl +++ b/example/unifi.nomad.hcl @@ -3,6 +3,8 @@ job "unifi" { region = "global" + + group "unifi" { network {