Dateien nach "Bookstack" hochladen

This commit is contained in:
2025-11-22 16:51:45 +01:00
parent 5b91dd2a84
commit 4506061e08
+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