Skip to content

Commit

Permalink
chat2db
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Mar 22, 2024
1 parent ab8d070 commit ec139c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/arangodb/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# image: https://hub.docker.com/_/arangodb
# docs: https://www.arangodb.com/docs/stable/install-with-docker.html


version: '3.8'

services:
Expand All @@ -11,7 +11,7 @@ services:
env_file:
- .env
ports:
- '${W9_HTTP_PORT_SET}:${W9_HTTP_PORT}'
- '${W9_HTTP_PORT_SET}:8529'
environment:
- ARANGO_ROOT_PASSWORD=$W9_POWER_PASSWORD
volumes:
Expand Down
2 changes: 1 addition & 1 deletion apps/chat2db/variables.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat2db",
"trademark": "chat2",
"trademark": "chat2DB",
"release": true,
"fork_url": "https://github.com/chat2db/Chat2DB",
"edition": [
Expand Down

0 comments on commit ec139c5

Please sign in to comment.