diff --git a/Dockerfile b/Dockerfile index 1ca20803d41a5123df32f5e265ca1263afbba8b0..bd8a7d3151b5af877a07fd2d02681d9c746c5a9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,9 @@ USER unifi HEALTHCHECK --interval=30s --timeout=3s --retries=5 --start-period=30s \ CMD curl --insecure -f https://localhost:8443/ || exit 1 + +LABEL eu.berthon.docker.architecture="${ARCH}" + VOLUME ["/var/lib/unifi", "/var/log/unifi"] # execute the controller by using the init script and the `init` option of Docker