Sign inSign up

instartlove/sub-store

By instartlove

•Updated about 2 years ago

sub-store for docker

Image
0

2.1K

instartlove/sub-store repository overview

⁠run
 docker run -d -p 3000:80 -v ./data:/app/data --name=sub-store instartlove/sub-store
⁠docker-compose.yml
version: '3'
services:
  sub-store:
    image: instart/sub-store
    container_name: sub-store
    ports:
      - "3000:80"
    volumes:
      - ./data:/app/data

Tag summary

Content type

Image

Digest

sha256:06c9cfa8e…

Size

84.8 MB

Last updated

about 2 years ago

docker pull instartlove/sub-store