Skip to content

Commit

Permalink
Update docker install command
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 authored Oct 27, 2024
1 parent c70d263 commit 959afef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 959afef

Please sign in to comment.