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:
parent
c6b79809f0
commit
0b8aae9bd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user