Commit aeeb6b6f by Ivan

version 0.32 odoo digitalvalue añadido sftp con el puerto 2222 externo

parent e9438db6
Showing with 2 additions and 0 deletions
...@@ -9,6 +9,8 @@ services: ...@@ -9,6 +9,8 @@ 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:
......
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