Fix wrong documentation for docker

This commit is contained in:
Bofh 2021-12-15 13:59:39 +01:00
parent 30161dd20b
commit 80a8c9b391
1 changed files with 2 additions and 3 deletions

View File

@ -76,6 +76,5 @@ 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
$ docker build -t activityrelay:latest .
$ docker run -d -p 8080:8080 -v activityrelay-data:/src/data activityrelay:latest