Skip to content
Snippets Groups Projects

Master

Merged Gampe Sebastian requested to merge faircoin.co/electrumfairchainsx:master into master
9 files
+ 218
4
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 1
0
@@ -4,6 +4,7 @@ echo -e "deploy/build \t\t( build container images )"
echo -e "deploy/start \t\t( start container )"
echo -e "deploy/new_ssl \t\t( create new ssl cert for electrumx server )"
echo -e "deploy/stop \t\t( stop container )"
echo -e "deploy/install \t( run steps build + start + new_ssl )"
echo -e "deploy/uninstall \t( stop and remove container, named volumes will NOT removed )"
echo -e "deploy/remove \t\t( stop and remove container and images, named volumes WILL REMOVED )"
echo ""
Loading