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

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