services: madblog: image: quay.io/blacklight/madblog ports: - "8000:8000" volumes: # Base data directory # Prepare the volumes with: # mkdir -p data/markdown # mkdir -p config # Your configuration will be under ./config/config.yaml # Your posts will be under ./data/markdown - ./data:/data - ./config:/etc/madblog