diff --git a/README.md b/README.md index dbc34eb..fd6ebd3 100644 --- a/README.md +++ b/README.md @@ -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 ---------------------------- diff --git a/TODO.md b/TODO.md index 895a2f6..be7d1f4 100644 --- a/TODO.md +++ b/TODO.md @@ -6,3 +6,5 @@ TODO * enable Async tasks (leverage RabbitMQ, redis and the Taiga-events websocket server) + +* add `apt-get upgrade` to the Dockerfile?