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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ RUN mkdir -p /mnt/extra-addons \
VOLUME ["/var/lib/odoo", "/mnt/extra-addons"] VOLUME ["/var/lib/odoo", "/mnt/extra-addons"]
# Expose Odoo services # Expose Odoo services
EXPOSE 8069 8071 EXPOSE 8069 8072
# Set the default config file # Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf ENV ODOO_RC /etc/odoo/odoo.conf