docker-pose 0.5.0

Command line tool to play with 🐳 Docker Compose files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
version: '3.7'

services:
  nginx:
    image: nginx
    ports:
      - "8000:8000"

volumes:
  data:
    driver: local