Commit 1544e0c2 by Ivan

version 1.0 con sftp

parent f20315f9
...@@ -11,8 +11,6 @@ services: ...@@ -11,8 +11,6 @@ services:
image: atmoz/sftp:alpine image: atmoz/sftp:alpine
volumes: volumes:
- odoo-datadir:/home/${sftp_user}/upload - odoo-datadir:/home/${sftp_user}/upload
ports:
- 2222:22
command: command:
- ${sftp_user}:${sftp_pass}:::upload - ${sftp_user}:${sftp_pass}:::upload
odoo: odoo:
......
.catalog: .catalog:
name: "Odoo" name: "Odoo"
version: v1.0-sftp version: v1.0-sftp
description: "ERP management powered by Odoo 10, para utilizar sftp - el puerto para sftp: 2222" description: "ERP management powered by Odoo 10"
uuid: odoo-0 uuid: odoo-0
questions: questions:
- variable: sftp_user - variable: sftp_user
......
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