Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 504 Bytes

README.org

File metadata and controls

13 lines (12 loc) · 504 Bytes

SchemeBBS for Docker

A Dockerfile that puts SchemeBBS behind nginx, held together by supervisord. Based on docker-schemebbs.

Usage

  % export SBBS_DATADIR=/opt/bbs
  % docker run -p 80:80 --name sbbs -d \
  	-v "${SBBS_DATADIR}":/opt/schemebbs/data \
	-v "$(pwd)"/nginx.conf:/opt/nginx/conf/nginx.conf \
	erkin/schemebbs-nginx
  % ./create-boards.sh cats travel food