Deploy to Remote Docker using SSH
services:
- name: nginx
image: nginx
ports:
- 80
volumes:
- /var/log/nginx:/var/log/nginx
- /var/www/html:/var/www/html
environment:
- NGINX_PORT=80
networks:
- frontend
deploy2docker --remote user@remote --password password