chatgpt-web/docker-compose/README.md
Phoenix 7beb84b385 s
2024-01-22 16:52:37 +08:00

265 B

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