Search Docker Hub
sub-store
By instartlove
sub-store for docker
2.1K
docker run -d -p 3000:80 -v ./data:/app/data --name=sub-store instartlove/sub-store
version: '3' services: sub-store: image: instart/sub-store container_name: sub-store ports: - "3000:80" volumes: - ./data:/app/data
Content type
Image
Digest
sha256:06c9cfa8e…
Size
84.8 MB
Last updated
about 2 years ago
docker pull instartlove/sub-store