# For docker-compose ... version: '2.2' services: # glutton service glutton: build: . container_name: glutton restart: always network_mode: "host" cap_add: - NET_ADMIN image: "dtagdevsec/glutton:1804" volumes: - /data/glutton/log:/var/log/glutton - /root/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/rules/rules.yaml