Skip to content

Commit b2bc5f7

Browse files
authored
Merge pull request #120 from apconw/bug_fix
fix dify export port
2 parents 7d20906 + e5fe26c commit b2bc5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/dify/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ services:
796796
- api
797797
- web
798798
ports:
799-
- '${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}'
799+
- '18000:${NGINX_PORT:-80}'
800800
- '${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}'
801801

802802
# The Weaviate vector store.

0 commit comments

Comments
 (0)