Commit 5e20d431fce84576af246c89f3cd30fefb9ac0eb

Authored by George Vlahavas
1 parent ef1b26ec7d

Remove network_mode

It conflicts with the networks directive. However, we do need
network_mode = "host" actually using Suricata. I guess it won't work
that way in the Hetzner dev server.

Showing 1 changed file with 0 additions and 1 deletions

docker-compose-hetzner.yml View file @ 5e20d43
... ... @@ -7,7 +7,6 @@
7 7 image: registry.curex-project.eu:443/curex-local/kea_suricata:latest
8 8 container_name: kea_suricata
9 9 restart: unless-stopped
10   - network_mode: "host"
11 10 cap_add:
12 11 - NET_ADMIN
13 12 - SYS_NICE