Skip to content

indatawetrust/docker-nchan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-nchan

NCHAN dockerized on ubuntu

run

docker run -d -p 4000:80 --name nchan iamaroot/nchan

change nginx.conf

docker cp nginx.conf nchan:/nginx/conf/nginx.conf
docker restart nchan

server test

curl --request POST --data "test message" http://127.0.0.1:4000/pub

error.log

docker cp nchan:/nginx/logs/error.log error.log

About

NCHAN dockerized on ubuntu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%