Skip to content

Commit

Permalink
changing path in README to updated location (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Field <dan.field@lyrasis.org>
  • Loading branch information
Surfrdan and Surfrdan authored Mar 13, 2024
1 parent 58dc7bd commit b2a6420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ If you need additional users or don't want to provide the password for fedoraAdm
docker run -p8080:8080 -v/path/on/host/tomcat-users.xml:/tomcat-users.xml -e TOMCAT_USERS_FILE=/tomcat-users.xml --name=fcrepo fcrepo/fcrepo
```

By default the docker container writes all data to `/var/lib/fcrepo`. For persistent storage, this path should be declared as a volume, e.g:
By default the docker container writes all data to `/usr/local/tomcat/fcrepo-home`. For persistent storage, this path should be declared as a volume, e.g:

```
docker run -p8080:8080 -v/path/on/host:/var/lib/fcrepo --name=fcrepo fcrepo/fcrepo
docker run -p8080:8080 -v/path/on/host:/usr/local/tomcat/fcrepo-home --name=fcrepo fcrepo/fcrepo
```

### Passing in configuration
Expand Down

0 comments on commit b2a6420

Please sign in to comment.