version: "3.8" services: ipv6-client: build: . image: ipv6-client:latest container_name: ipv6-client network_mode: host # <<< sieht Host-Interfaces u. echte IPv6 restart: unless-stopped environment: HOSTNAME: "${HOSTNAME:jenspi}" URL: "http://j-massing.de:19121/logs" INTERVAL: "60" # Seconds # Keine Ports nötig, da client-only