mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Clearer comments on imageproxy. Thanks @moneytoo.
This commit is contained in:
parent
d84a06ee42
commit
2275dace89
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue