Commit 24f51ffb by Ivan

Odoo10 , sftp acceso a 2 directorios en upload

parent 5b7e5b61
Showing with 4 additions and 2 deletions
...@@ -70,8 +70,9 @@ services: ...@@ -70,8 +70,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
depends_on: depends_on:
- web - web
\ 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