Commit 2469675f by Ivan

odoo10 sftp , configurado el usuario por defecto de sftp como odoo

parent 576a28b9
......@@ -72,6 +72,6 @@ services:
sftp:
image: atmoz/sftp:alpine
volumes:
- odoo-tools:/home/${sftp_user}/upload
- odoo-tools:/home/odoo/upload
command:
- ${sftp_user}:${sftp_pass}:::upload
\ No newline at end of file
- odoo:${sftp_pass}:::upload:104
\ No newline at end of file
......@@ -4,13 +4,8 @@
description: "Odoo 10 con sFTP"
uuid: odoo-1
questions:
- variable: sftp_user
description: Usuario de sftp
label: Usuario
required: true
type: string
- variable: sftp_pass
description: Contraseña para el usuario de sftp
description: Contraseña para el usuario odoo de sftp
label: Conrtaseña
required: true
type: password
......
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