mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-06 07:08:54 +00:00
22 lines
342 B
YAML
22 lines
342 B
YAML
![]() |
# For docker-compose ...
|
||
|
version: '2.2'
|
||
|
|
||
|
networks:
|
||
|
glutton_local:
|
||
|
|
||
|
services:
|
||
|
|
||
|
# glutton service
|
||
|
glutton:
|
||
|
container_name: glutton
|
||
|
restart: always
|
||
|
network_mode: "host"
|
||
|
#networks:
|
||
|
# - glutton_local
|
||
|
cap_add:
|
||
|
- NET_ADMIN
|
||
|
image: "dtagdevsec/glutton:1804"
|
||
|
volumes:
|
||
|
- /data/glutton/log:/var/log/glutton
|
||
|
|