Skip to content

samhanna84/easyhosted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Everything is already configured to contain the data within it's own folder. That way it is easy to configure the service or for making backups. Please review the docker compose file to see if changes are needed.

Create a User if you need to by:

sudo adduser newuser

usermod -aG sudo newuser

Please be sure install docker first.

curl -sSL https://get.docker.com | sh

sudo usermod -aG docker $USER

or

sudo ./install_docker.sh

Install portainer to manage docker containers.

sudo ./install_portainer.sh

If you want to use docker compose, navigate to the folder for the service you want to install.

cd foldername/

Then type command below to install it

Prior to installing, please make sure to check the docker compose file that everything is correct by typing nano docker-compose.yml

docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages