Skip to content

Commit 3f1a321

Browse files
committed
userdata directory doesn't always exist, clarify NO_JIRA
1 parent 3675b18 commit 3f1a321

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,16 @@ docker login -u <user> -p <password> ccdcrepository.azurecr.io
106106
# or to be prompted for the password
107107
docker login -u <user> --password-stdin ccdcrepository.azurecr.io
108108

109-
# As of v2.0.0, containers run as non root users. Because of this you will need to run the following in the on-site-webcsd directory:
109+
# As of v2.0.0, containers run as non root users.
110+
# Because of this you will need to create the CCDC user if it does not already exist.
110111
sudo adduser ccdc --uid=1397
111-
sudo chown -R ccdc:ccdc userdata/
112112

113113
# If you are upgrading from an older version to v4.0.0, ensure the user id is set to 1397
114114
sudo usermod -u 1397 ccdc
115115

116-
# You will also need to ensure the user "ccdc" has read access to any in-house or CSP databases by using the command above on relevant directories.
116+
# You will also need to ensure the user "ccdc" has read access to any in-house or CSP databases.
117+
# E.g. if these are in the userdata directory:
118+
sudo chown -R ccdc:ccdc userdata/
117119

118120
# Use one of the following commands
119121
# If you are not connecting via SSL you can leave out "-f docker-compose.ssl.yml"

0 commit comments

Comments
 (0)