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.
-
- - Non-Prod:
sudo docker compose up -d --build
- - Prod:
sudo docker compose --profile prod up -d --build
- - Prod with Letsincrypt certificate Generation:
sudo docker compose --profile prod --profile withCert up -d --build
-
+ 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).
- If all containers are running without errors, proceed to step 5
(NOTE: certbot container will stop after running successfully).
@@ -67,11 +63,7 @@ WP_SQL_USER_PW=*WP_SQL_USER_PW*
How to Stop MIH Server:-
-
- - Non-Prod: disables Nginx & CertBot container creation.
sudo docker compose down
- - Prod:
sudo docker compose --profile prod down
- - Prod with Letsincrypt certificate Generation:
sudo docker compose --profile prod --profile withCert down
-
+sudo docker compose down
How to enable MIH-AI GPU:-