Skip to content

steranin/docker-apline-bloomd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

docker-alpine-bloomd

Alpine-base docker image for bloomd.

Usage

docker run -p 8673:8673 \
           -v /path/to/data:/data \
           steranin/bloomd

If you need to customize bloomd's configuration you can mount the folder containing bloomd.conf at /etc/bloomd/

docker run -p 8673:8673 \
           -v /path/to/db:/db \
           -v /path/to/etc/bloomd:/etc/bloomd \
           steranin/bloomd 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published