curl -sSL https://get.docker.com/ | CHANNEL=stable sh
systemctl enable --now docker
apt update
apt install docker-compose-plugin
In writing process...
Delete ".exapmle" in ".env.exapmle" and fill empty fields by comments.
docker-compose up -d --remove-orphans
- add sudo please if you run witout root user
- add --build flag if you want rebuild image
thats all =)
If you have standalone installation of Compose use "docker compose" with "- between
git pull
docker-compose up -d --build
In writing process...