mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 18:56:00 +08:00
Chore/set entrypoint scripts permissions (#5726)
This commit is contained in:
parent
d435230059
commit
f33ef92f0c
@ -375,7 +375,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./ssrf_proxy/squid.conf.template:/etc/squid/squid.conf.template
|
- ./ssrf_proxy/squid.conf.template:/etc/squid/squid.conf.template
|
||||||
- ./ssrf_proxy/docker-entrypoint.sh:/docker-entrypoint.sh
|
- ./ssrf_proxy/docker-entrypoint.sh:/docker-entrypoint.sh
|
||||||
entrypoint: /docker-entrypoint.sh
|
entrypoint: ["sh", "-c", "chmod +x /docker-entrypoint.sh && /docker-entrypoint.sh"]
|
||||||
environment:
|
environment:
|
||||||
# pls clearly modify the squid env vars to fit your network environment.
|
# pls clearly modify the squid env vars to fit your network environment.
|
||||||
HTTP_PORT: ${HTTP_PORT:-3128}
|
HTTP_PORT: ${HTTP_PORT:-3128}
|
||||||
@ -398,7 +398,7 @@ services:
|
|||||||
- ./nginx/conf.d:/etc/nginx/conf.d
|
- ./nginx/conf.d:/etc/nginx/conf.d
|
||||||
- ./nginx/docker-entrypoint.sh:/docker-entrypoint.sh
|
- ./nginx/docker-entrypoint.sh:/docker-entrypoint.sh
|
||||||
- ./nginx/ssl:/etc/ssl
|
- ./nginx/ssl:/etc/ssl
|
||||||
entrypoint: /docker-entrypoint.sh
|
entrypoint: ["sh", "-c", "chmod +x /docker-entrypoint.sh && /docker-entrypoint.sh"]
|
||||||
environment:
|
environment:
|
||||||
NGINX_SERVER_NAME: ${NGINX_SERVER_NAME:-_}
|
NGINX_SERVER_NAME: ${NGINX_SERVER_NAME:-_}
|
||||||
HTTPS_ENABLED: ${HTTPS_ENABLED:-false}
|
HTTPS_ENABLED: ${HTTPS_ENABLED:-false}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user