您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
JustAnotherArchivist 3f9d4649c7 Fix Redis config 3 年前
..
Dockerfile Cleanup 3 年前
README.md Cleanup 3 年前
launch-archivebot.sh Split up into a proper build with context 3 年前
launch-root.sh Split up into a proper build with context 3 年前
redis.conf Fix Redis config 3 年前

README.md

Build:

docker build -t archivebot-backend .

Run:

docker run -d -p 80:4567 -p 4568:4568 -v abredis:/home/archivebot/redis/data/ archivebot-backend