Files
Stoat/Deploy.sh
2026-02-21 02:00:41 +00:00

12 lines
260 B
Bash

apt install git tmux curl
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
git clone https://github.com/stoatchat/self-hosted.git stoat
cd stoat
chmod +x ./generate_config.sh
./generate_config.sh your.domain.com
docker compose up -d