Breitbandmessung/docker-compose.yml aktualisiert

This commit is contained in:
2026-02-17 18:53:17 +01:00
parent b62a9daf49
commit 57857efd59
+2 -4
View File
@@ -1,8 +1,6 @@
version: "3.8"
services:
breitband-desktop:
image: breitband:latest
build: https://github.com/fabianbees/breitbandmessung-docker.git
image: fabianbees/breitbandmessung:latest
container_name: breitband-desktop
environment:
- TZ=Europe/Berlin
@@ -10,4 +8,4 @@ services:
- /volume1/docker/breitbandmessung/data:/config/xdg/config/Breitbandmessung
ports:
- 5800:5800
restart: unless-stopped
restart: always