ipv6client/docker-compose.yaml
2025-08-31 00:13:29 +02:00

13 lines
382 B
YAML

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