tpotce/docker/glutton/docker-compose.yml

22 lines
444 B
YAML
Raw Normal View History

2018-04-13 18:22:49 +00:00
# For docker-compose ...
version: '2.2'
services:
# glutton service
glutton:
container_name: glutton
restart: always
network_mode: "host"
#networks:
# - glutton_local
#ports:
# - "5000:5000"
# - "22:5000"
2018-04-13 18:22:49 +00:00
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