This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
docker-infrastruktur/mapserver/docker-compose.yaml

11 lines
273 B
YAML

---
version: '3.4'
services:
fastd:
build: ./fastd
env_file: envfile
privileged: true # required to create the tap device
sysctls:
net.ipv6.conf.all.disable_ipv6: 0 # enable ipv6 withn container
stop_grace_period: 0s