Clearer comments on imageproxy. Thanks @moneytoo.

This commit is contained in:
Samuel Clay 2023-04-09 16:10:01 -04:00
parent d84a06ee42
commit 2275dace89

View file

@ -53,8 +53,8 @@ services:
imageproxy:
container_name: imageproxy
# image: ghcr.io/willnorris/imageproxy:latest
image: yusukeito/imageproxy:v0.11.2 # Switch this with the willnorris/imageproxy above if you want arm64
# image: ghcr.io/willnorris/imageproxy:latest # Comment out if you don't need arm64 and want the original imageproxy
image: yusukeito/imageproxy:v0.11.2 # Enable if you want arm64
user: "${CURRENT_UID}:${CURRENT_GID}"
entrypoint: /app/imageproxy -addr 0.0.0.0:8088 -cache /tmp/imageproxy -verbose
restart: unless-stopped