WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 332 forks source link

fix db_sqlite3 path error in docker-compose problem #239

Closed Freshield closed 1 year ago

Freshield commented 1 year ago

Since the db.sqlite3 file add into the repo, the docker-compose will emit can't find db_sqlite3 error, it cause the typo error of the db_sqlite3, it should be the db.sqlite3

AIndoria commented 1 year ago

You are indeed correct, seems like I made a mistake in my last PR. @WongSaang This should be merged, I made a typo in the composefile.