[IMP] export Odoo ports 8069 and 8071

This commit is contained in:
Samus CTO 2015-02-27 16:18:03 +01:00 committed by Aaron Bohy
parent 2b5021a8be
commit 095b471911

View File

@ -35,6 +35,9 @@ RUN chown odoo /etc/odoo/openerp-server.conf
# Mount /var/lib/odoo to allow restoring filestore and /mnt/extra-addons for users addons
VOLUME ["/var/lib/odoo", "/mnt/extra-addons"]
# Expose Odoo services
EXPOSE 8069 8071
# Set default user when running the container
USER odoo