mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
Prevents globbing and word splitting
Signed-off-by: steffenmalisi <steffenmalisi@users.noreply.github.com>
This commit is contained in:
parent
d95058ae21
commit
7df7ee738c
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ USER nobody
|
||||||
ENV MALLOC_ARENA_MAX=2
|
ENV MALLOC_ARENA_MAX=2
|
||||||
ENTRYPOINT ["imaginary", "-return-size", "-max-allowed-resolution", "222.2"]
|
ENTRYPOINT ["imaginary", "-return-size", "-max-allowed-resolution", "222.2"]
|
||||||
|
|
||||||
HEALTHCHECK CMD nc -z localhost $PORT || exit 1
|
HEALTHCHECK CMD nc -z localhost "$PORT" || exit 1
|
||||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||||
|
|
Loading…
Reference in a new issue