mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
updated update instructions
This commit is contained in:
parent
ebc82579ca
commit
b376abb895
@ -1,5 +1,14 @@
|
|||||||
# role docker-gitea
|
# 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
|
## set variables
|
||||||
```bash
|
```bash
|
||||||
COMPOSE_HTTP_TIMEOUT=600
|
COMPOSE_HTTP_TIMEOUT=600
|
||||||
|
Loading…
Reference in New Issue
Block a user