Skip to content

Balder1840/spug-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Build docker image for spug base on python apline image.

this image will use sqlite as the database, and change all directory of logs as volume. for the details, please refer to the source.

you can find a image here at docker hub

How to use

   docker run -d \
   --name spug \
   -p 8080:80 \
   -v ~/spug/data:/app/data \
   -v ~/spug/logs:/app/logs \
   balder1840/spug-alpine:tagname

Refs

About

build spug docker image base on python-alpine, use sqlite as the database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published