From 08b64ec9bb963609d533f1fd15434053b67cae4e Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sun, 10 Apr 2016 19:31:06 +0200 Subject: [PATCH] trivials --- README.md | 10 ++++++++++ TODO.md | 2 ++ 2 files changed, 12 insertions(+) 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?