mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
updated update instructions
This commit is contained in:
parent
eb1341b6af
commit
12a9e55911
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user