mirror of https://github.com/odoo/docker.git
[IMP] export Odoo ports 8069 and 8071
parent
2b5021a8be
commit
095b471911
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue