diff --git a/roles/docker-gitea/README.md b/roles/docker-gitea/README.md index 807042fd..930c177b 100644 --- a/roles/docker-gitea/README.md +++ b/roles/docker-gitea/README.md @@ -1,5 +1,14 @@ # role docker-gitea +## update +```bash +cd /home/administrator/docker-compose/gitea/ +docker-compose down +docker-compose pull +docker-compose up -d +``` +Keep in mind to track and to don't interrupt the update process until the migration is done. + ## set variables ```bash COMPOSE_HTTP_TIMEOUT=600