From 095b471911c843c668f720975b69f8da31e62cb2 Mon Sep 17 00:00:00 2001 From: Samus CTO Date: Fri, 27 Feb 2015 16:18:03 +0100 Subject: [PATCH] [IMP] export Odoo ports 8069 and 8071 --- 8.0/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index b31c321..5d88099 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -35,6 +35,9 @@ RUN chown odoo /etc/odoo/openerp-server.conf # Mount /var/lib/odoo to allow restoring filestore and /mnt/extra-addons for users addons VOLUME ["/var/lib/odoo", "/mnt/extra-addons"] +# Expose Odoo services +EXPOSE 8069 8071 + # Set default user when running the container USER odoo