Skip to content

therodfather/ssr-auto-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSR docker-compose file directions

or prepare installation of docker and new machine with ssr running in one script

Just one command:

git clone https://github.com/therodfather/ssr-auto-install/ && cd ssr-auto-install && chmod +x new_install.sh && ./new_install.sh

Controlling the docker container

from (outside the container) the host docker engine

Stop server

 cd ssr-auto-install docker-compose down 

Start Server

 cd ssr-auto-install docker-compose up -d 

Check Running Server Logs

 docker logs ssr 

Uninstall and delete etc...

 cd ssr-auto-install docker-compose down docker container prune docker image prune cd .. && rm -r ssr-auto-install 

About

Sockies with Dockies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors