Commit 2dfc8a45 by Ivan

Odoo10 , version convoy sftp modificado el montaje de volumenes

parent 883b354e
Showing with 5 additions and 6 deletions
...@@ -89,10 +89,9 @@ services: ...@@ -89,10 +89,9 @@ services:
sftp: sftp:
image: atmoz/sftp:alpine image: atmoz/sftp:alpine
volumes: volumes:
- odoo-extra-addons:/home/odoo/upload - odoo-extra-addons:/home/odoo/upload/extra
- odoo-tools:/home/odoo/upload/tools
command: command:
- odoo:${sftp_pass}:104::upload - odoo:${sftp_pass}:104:0:upload
links:
- web:web
depends_on: depends_on:
- web - web
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment