Sign inSign up

tsanfer/jsxm

By tsanfer

•Updated 5 months ago

Image
0

946

tsanfer/jsxm repository overview

⁠Automatically build a jsxm Docker container and push it to Docker Hub

Docker command:

docker run -d --name=jsxm -p 8081:8080 --restart=unless-stopped tsanfer/jsxm:latest 

Docker-compose file

# FastTracker 2 .xm module player in Javascript
# File location:$HOME/fsxm.yml

version: "3"
services:
  fsxm:
    image: tsanfer/jsxm:latest
    container_name: jsxm
    ports:
      - 8081:8080
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:ad782013b…

Size

27.8 MB

Last updated

5 months ago

docker pull tsanfer/jsxm