Fix wrong documentation for docker
This commit is contained in:
parent
30161dd20b
commit
80a8c9b391
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue