Dateien nach "Breitbandmessung" hochladen

This commit is contained in:
2025-11-22 16:52:42 +01:00
parent 4506061e08
commit e233aad46b
+13
View File
@@ -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