Sign inSign up

jdreinhardt/waveline-web

By jdreinhardt

Updated about 6 years ago

Unofficial multi-arch builds for Waveline-web

Image
0

6.1K

jdreinhardt/waveline-web repository overview

Source repository: https://github.com/Wellenline/waveline-web

Waveline web/desktop app

Tags

  • latest is built from the latest updates on the master branch from the source project

Quickstart

docker run -d -p 8080:80 jdreinhardt/jdreinhardt/waveline-web:latest

docker-compose.yml

version: '3'

services:
  waveline:
    image: jdreinhardt/waveline-web:latest
    ports:
      - 8080:80
    restart: always

The Waveline web player should be available at http://localhost:8080

Tag summary

Content type

Image

Digest

Size

9.5 MB

Last updated

about 6 years ago

docker pull jdreinhardt/waveline-web