25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
JustAnotherArchivist 3f9d4649c7 Fix Redis config 3 yıl önce
..
Dockerfile Cleanup 3 yıl önce
README.md Cleanup 3 yıl önce
launch-archivebot.sh Split up into a proper build with context 3 yıl önce
launch-root.sh Split up into a proper build with context 3 yıl önce
redis.conf Fix Redis config 3 yıl önce

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