mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
fix: Imgproxy container exposure (#740)
This commit is contained in:
committed by
GitHub
parent
b096c532ce
commit
9795b2f042
@@ -3,6 +3,8 @@ services:
|
||||
imgproxy:
|
||||
image: darthsim/imgproxy:v3.30.1
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 8080
|
||||
environment:
|
||||
IMGPROXY_KEY: ${IMGPROXY_KEY}
|
||||
IMGPROXY_SALT: ${IMGPROXY_SALT}
|
||||
|
||||
Reference in New Issue
Block a user