Skip to content

Commit 7ca9281

Browse files
authored
clean up
1 parent 7c2b16c commit 7ca9281

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ docker rm -f $(docker ps -qa)
1111

1212
## build container with no cache
1313
```
14-
docker-compose build --no-cache --progress=plain
14+
docker compose build --no-cache --progress=plain
1515
```
1616
## start iris container
1717
```
18-
docker-compose up -d
18+
docker compose up -d
1919
```
2020

2121
## open iris terminal in docker
2222
```
23-
docker exec iris iris session iris -U IRISAPP
23+
docker exec iris iris session iris -U USER
2424
```
2525

2626

@@ -118,4 +118,4 @@ docker run --rm --name iris-ce -d -p 9092:52773 containers.intersystems.com/inte
118118

119119

120120
list all the specs:
121-
http://localhost:52773/api/mgmnt/
121+
http://localhost:52773/api/mgmnt/

0 commit comments

Comments
 (0)