Skip to content

fkrivsky/jamstash-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Jamstash Docker Image

Docker image for self-hosting Jamstash audio player.

DockerHub location

Github Repo

TODO:

Usage

With simple run:
docker run -d -p 8008:80 fkrivsky/jamstash

With Compose file:

version: "3"
services:
    app:
        image: 'fkrivsky/jamstash'
        ports:
            - "8008:80"
        restart: unless-stopped

Build

docker buildx build --push --platform linux/arm/v7,linux/arm64,linux/amd64,linux/386,linux/s390x --tag fkrivsky/jamstash:$(date +"%Y-%m-%d") --tag fkrivsky/jamstash:latest .

Need to install architecture support for multi-arch build, eg. docker run --privileged --rm tonistiigi/binfmt --install all


Inspired by uGeek/docker-jamstash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published