dcd 0.2.1

Docker Compose Deployment tool for remote servers
Documentation
1
2
3
4
5
6
7
8
services:
  web:
    image: nginx:alpine
    ports:
      - "80:80"
    volumes:
      - ./html:/usr/share/nginx/html:ro
    restart: unless-stopped