tpotce/docker/fatt/docker-compose.yml

18 lines
291 B
YAML
Raw Normal View History

2019-05-31 17:52:39 +00:00
version: '2.3'
services:
# Fatt service
2019-06-01 17:47:14 +00:00
fatt:
2019-05-31 17:52:39 +00:00
build: .
container_name: fatt
restart: always
network_mode: "host"
cap_add:
- NET_ADMIN
- SYS_NICE
- NET_RAW
2020-09-04 12:37:28 +00:00
image: "ghcr.io/telekom-security/fatt:2006"
2019-05-31 17:52:39 +00:00
volumes:
2019-06-01 17:47:14 +00:00
- /data/fatt/log:/opt/fatt/log