Full docker no bash file.
A docker-compose files to deploy complete Seedbox based only Docker.
- Copy dist env file
git clone https://github.com/MathieM/seedbox-compose.git && \ cp .env.dist .env && \ cp .default_config .share/config && \ docker-compose up -d
- Clone this repo
- Copy dist env file
cp .env.dist .env
- Edit
.env
file if needed.
For example to change domain - Copy default config if you want.
Replace{CONFIG DIR}
like set in.env
filecp .default_config {CONFIG DIR}
- Launch containers
docker-compose up -d
- Debian 8.X
- MacOS 10.X
- Ubuntu 16.X
- CentOS
Q : Why you don't use bash file to simplify install ?
A : Because bash file add complexity and does not works properly on all system.