From 0b8aae9bd79864ea4ff151ecb6d36cae70283f59 Mon Sep 17 00:00:00 2001 From: chegirow <50072837+chegirow@users.noreply.github.com> Date: Sun, 28 Apr 2019 07:27:33 -0400 Subject: [PATCH] Update Dockerfile EXPOSE the correct long-polling port "8072" instead of "8071" which is used to be the xmlrpcs_port. --- 11.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 2854505..b827394 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -66,7 +66,7 @@ RUN mkdir -p /mnt/extra-addons \ VOLUME ["/var/lib/odoo", "/mnt/extra-addons"] # Expose Odoo services -EXPOSE 8069 8071 +EXPOSE 8069 8072 # Set the default config file ENV ODOO_RC /etc/odoo/odoo.conf