11 lines
300 B
YAML
11 lines
300 B
YAML
services:
|
|
breitband-desktop:
|
|
image: fabianbees/breitbandmessung:latest
|
|
container_name: breitband-desktop
|
|
environment:
|
|
- TZ=Europe/Berlin
|
|
volumes:
|
|
- /volume1/docker/breitbandmessung/data:/config/xdg/config/Breitbandmessung
|
|
ports:
|
|
- 5800:5800
|
|
restart: always |