Skip to content

Commit e6430dc

Browse files
committed
updated readme
1 parent 80ff3e8 commit e6430dc

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,11 @@ You can run your instance of InterSystems IRIS Community Edition with Docker
3232
docker run -d --name iris \
3333
-p 1972:1972 \
3434
-p 52773:52773 \
35+
-e IRIS_USERNAME=_SYSTEM \
36+
-e IRIS_PASSWORD=SYS \
3537
intersystemsdc/iris-community:preview
3638
```
3739

3840
_Port 1972 is used for binary communication (this driver, xDBC and so on), and 52773 is for web (Management Portal, IRIS based web-applications and API's)._
3941

4042
The System Management Portal is available by URL: `http://localhost:52773/csp/sys/UtilHome.csp`
41-
42-
The default password - `SYS`, has to be changed after the first login to the management portal. Or start the container with a command that resets the change password flag
43-
44-
```shell
45-
docker run -d --name iris \
46-
-p 1972:1972 \
47-
-p 52773:52773 \
48-
intersystemsdc/iris-community:preview \
49-
-a "iris session iris -U%SYS '##class(Security.Users).UnExpireUserPasswords(\"*\")'"
50-
```

0 commit comments

Comments
 (0)