diff --git a/Breitbandmessung/docker-compose.yml b/Breitbandmessung/docker-compose.yml new file mode 100644 index 0000000..167d3ba --- /dev/null +++ b/Breitbandmessung/docker-compose.yml @@ -0,0 +1,13 @@ +version: "3.8" +services: + breitband-desktop: + image: breitband:latest + build: https://github.com/fabianbees/breitbandmessung-docker.git + container_name: breitband-desktop + environment: + - TZ=Europe/Berlin + volumes: + - /volume1/docker/breitbandmessung/data:/config/xdg/config/Breitbandmessung + ports: + - 5800:5800 + restart: unless-stopped