mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-01 00:10:08 +00:00
Merge pull request #1879 from nextcloud/enh/noid/allow-big-imaginary-images
imaginary - allow big images by default
This commit is contained in:
@@ -11,7 +11,7 @@ RUN set -ex; \
|
|||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
USER nobody
|
USER nobody
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/imaginary", "-return-size"]
|
ENTRYPOINT ["/usr/local/bin/imaginary", "-return-size", "-max-allowed-resolution", "222.2"]
|
||||||
|
|
||||||
HEALTHCHECK CMD nc -z localhost 9000 || exit 1
|
HEALTHCHECK CMD nc -z localhost 9000 || exit 1
|
||||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user