Update Dockerfile

EXPOSE the correct long-polling port "8072" instead of "8071" which is used to be the xmlrpcs_port.
This commit is contained in:
chegirow
2019-04-28 07:27:33 -04:00
committed by GitHub
parent c6b79809f0
commit 0b8aae9bd7
+1 -1
View File
@@ -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