chatgpt-web/docker-compose
Ed Burnette 60f1f71d27
Added es-ES (#1989)
* Additional English translations
Provide an English version of the readme, and add a few translations
that were missing elsewhere

* Use browser language by default

* Support 'en' and 'vi' as languages

* Fixed: Browserslist: caniuse-lite is outdated.
Full message was:
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme

* Added es-ES
These changes were originally from https://github.com/rasta26/chatgpt-web
although I did tweak the translations a bit.

---------

Co-authored-by: Ed Burnette <ed.burnette@hiddenmind.ai>
2023-12-07 00:23:52 -06:00
..
nginx Added es-ES (#1989) 2023-12-07 00:23:52 -06:00
README.md Added es-ES (#1989) 2023-12-07 00:23:52 -06:00
docker-compose.yml Added es-ES (#1989) 2023-12-07 00:23:52 -06:00

README.md

docker-compose Deployment Tutorial

-Put the packaged front-end files in the nginx/html directory

  • # start up
    docker-compose up -d
    
  • # Check the running status
    docker ps
    
  • # end run
    docker-compose down