X-Git-Url: https://reisub.nsupdate.info/git/?a=blobdiff_plain;f=README.md;h=a52af9ff3afaa52212a4860725c0139c8c8da381;hb=76743ac1c6ca935244c4242b8b44f6738a2bcc03;hp=90bc89bc959832cb6af4acd7bdd6150a1ee6e1de;hpb=47e2eb6556cff96d6ad23902eed42ff17b08fcb8;p=relay.git%2F.git diff --git a/README.md b/README.md index 90bc89b..a52af9f 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,13 @@ This will show the available management tasks: When following remote relays, you should use the `/actor` endpoint as you would in Pleroma and other LitePub-compliant software. + +## Docker + +You can run ActivityRelay with docker. Edit `relay.yaml` so that the database +location is set to `./data/relay.jsonld` and then build and run the docker +image : + + $ docker volume create activityrelay-data + $ docker build -t activityrelay . + $ docker run -d -p 8080:8080 -v activityrelay-data:/workdir/data activityrelay