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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user