Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

kvaps/docker-rspamd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rspamd in a Docker container

Quick start

run command

docker run \
    --name rspamd \
    -h rspamd \
    -v /opt/rspamd:/data:rw \
    -p 11333:11333 \
    -p 11334:11334 \
    -d \
    kvaps/rspamd

Docker-compose

docker-compose.yml

rspamd:
  restart: always
  image: kvaps/rspamd
  hostname: rspamd
  ports:
    - 11334:11334
  volumes:
    - /etc/localtime:/etc/localtime:ro
    - ./rspamd:/data

About

Rspamd in a Docker container

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages