This commit is contained in:
Andy 2016-04-10 19:31:06 +02:00
parent 5df32939a6
commit 08b64ec9bb
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC
2 changed files with 12 additions and 0 deletions

View File

@ -154,6 +154,16 @@ SSL/TLS certificates.
Maintenance
===========
Keeping your image up2dated
---------------------------
This is simple, just run the following commands which will ensure that you
are running the latest images
```
docker-compose pull
docker-compose up -d
```
Accessing the Taiga Database
----------------------------

View File

@ -6,3 +6,5 @@ TODO
* enable Async tasks (leverage RabbitMQ, redis and the Taiga-events websocket
server)
* add `apt-get upgrade` to the Dockerfile?