File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,16 @@ docker login -u <user> -p <password> ccdcrepository.azurecr.io
106
106
# or to be prompted for the password
107
107
docker login -u <user> --password-stdin ccdcrepository.azurecr.io
108
108
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.
110
111
sudo adduser ccdc --uid=1397
111
- sudo chown -R ccdc:ccdc userdata/
112
112
113
113
# If you are upgrading from an older version to v4.0.0, ensure the user id is set to 1397
114
114
sudo usermod -u 1397 ccdc
115
115
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/
117
119
118
120
# Use one of the following commands
119
121
# If you are not connecting via SSL you can leave out " -f docker-compose.ssl.yml"
You can’t perform that action at this time.
0 commit comments