Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
JustAnotherArchivist 3f9d4649c7 Fix Redis config il y a 3 ans
..
Dockerfile Cleanup il y a 3 ans
README.md Cleanup il y a 3 ans
launch-archivebot.sh Split up into a proper build with context il y a 3 ans
launch-root.sh Split up into a proper build with context il y a 3 ans
redis.conf Fix Redis config il y a 3 ans

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