From b2a6420ed01fde0b26414cfe6901ae0b13475600 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Wed, 13 Mar 2024 20:28:45 +0000 Subject: [PATCH] changing path in README to updated location (#20) Co-authored-by: Dan Field --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3d360e..1aea756 100644 --- a/README.md +++ b/README.md @@ -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