From a29fd932cab374dcd67c200a6bcefee7b8e163c2 Mon Sep 17 00:00:00 2001
From: remi-filament <30716308+remi-filament@users.noreply.github.com>
Date: Mon, 7 Jan 2019 16:37:47 +0100
Subject: [PATCH] Update Docker Hub URL

---
 README.md | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 757cc72..28d76fd 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,38 @@ It creates a functional Odoo Docker of limited size (< 400 MB), including Odoo 1
 
 In order to reduce as much as possible the size of the Docker, only French translations are kept and .git directories are removed.
 
-This docker is automatically built on [DockerHub](https://cloud.docker.com/repository/docker/remifilament/odoo) and can be pulled by executing the following command:
+The following OCA addons are included:
+```yaml
+  - repo: account-financial-reporting
+    modules:
+     - account_tax_balance
+  - repo: bank-statement-import
+    modules:
+     - account_bank_statement_import_ofx
+     - account_bank_statement_import_qif
+  - repo: knowledge
+    modules:
+     - document_page
+     - knowledge
+  - repo: partner-contact
+    modules:
+     - partner_firstname
+  - repo: server-tools
+    modules:
+     - date_range
+     - auth_session_timeout
+     - auth_brute_force
+     - password_security
+  - repo: social
+    modules:
+     - mail_restrict_follower_selection
+  - repo: web
+    modules:
+     - web_export_view
+```
+
+
+This docker is automatically built on [DockerHub](https://hub.docker.com/r/remifilament/odoo) and can be pulled by executing the following command:
 ```
 docker pull remifilament/odoo:10.0
 ```
-- 
GitLab