We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5448329 commit add0269Copy full SHA for add0269
test/docker-compose.yml
@@ -13,7 +13,9 @@ services:
13
volumes:
14
- ~/cache.key:/usr/cachesys/mgr/cache.key
15
iris:
16
- build: iris
17
- init: true
+ image: intersystemsdc/iris-community:preview
18
ports:
19
- 52773:52773
+ command:
20
+ - -a
21
+ - iris session iris -U %SYS '##class(Security.Users).UnExpireUserPasswords("*")'
test/iris/Dockerfile
0 commit comments