tag-checker/docker-compose.yml

8 lines
112 B
YAML

version: "3.4"
services:
main:
build: .
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"