My compose: services: termix: image: ghcr.io/lukegus/termix:latest container_name: termix restart: unless-stopped ports: - 8081:8081 volumes: - /home/dockervolumes/data:/app/data environment: PORT: "8081" volumes: termix-data: driver: local networks: {} It works great.
Selfhosted @lemmy.world boebbele @discuss.tchncs.de 10mo ago Termix 1.8.0 has been released. github.com /Termix-SSH
Jellyfin: The Free Software Media System @lemmy.ml boebbele @discuss.tchncs.de 2y ago how can jellyfin play radiostreams?
My compose:
services: termix: image: ghcr.io/lukegus/termix:latest container_name: termix restart: unless-stopped ports: - 8081:8081 volumes: - /home/dockervolumes/data:/app/data environment: PORT: "8081" volumes: termix-data: driver: local networks: {}It works great.