diff --git a/README.md b/README.md
index 042590fe..ace31eb2 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ services:
     command:
       - sh
       - -c
-      - python initialize.py -net 'mainnet' -server '127.0.0.1:10009' -d && supervisord && python manage.py runserver 0.0.0.0:8889
+      - python initialize.py -net 'mainnet' -rpc '127.0.0.1:10009' -wn && python controller.py runserver 0.0.0.0:8889 > /var/log/lndg-controller.log 2>&1
     network_mode: "host"
 ```
 ### Build and Deploy