diff --git a/README.md b/README.md index 2bcab5c2..827894b3 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,7 @@ WP_SQL_USER_PW=*WP_SQL_USER_PW*
  • If your server hardware does not use an Nvidia GPU, continue with the next step.
  • Start MIH Server.
  • -
      -
    1. Non-Prod:
      sudo docker compose up -d --build
    2. -
    3. Prod:
      sudo docker compose --profile prod up -d --build
    4. -
    5. Prod with Letsincrypt certificate Generation:
      sudo docker compose --profile prod --profile withCert up -d --build
    6. -
    +
    sudo docker compose up -d --build
  • Check the status of the new MIH server using Portainer. https://localhost:9443/ (Change Local Host to IP if necessary).
    1. If all containers are running without errors, proceed to step 5
      (NOTE: certbot container will stop after running successfully).
    2. @@ -67,11 +63,7 @@ WP_SQL_USER_PW=*WP_SQL_USER_PW*

    How to Stop MIH Server:-

    -
      -
    1. Non-Prod: disables Nginx & CertBot container creation.
      sudo docker compose down
    2. -
    3. Prod:
      sudo docker compose --profile prod down
    4. -
    5. Prod with Letsincrypt certificate Generation:
      sudo docker compose --profile prod --profile withCert down
    6. -
    +
    sudo docker compose down

    How to enable MIH-AI GPU:-