Skip to content

Commit 6a6ea0e

Browse files
committed
updated jdbc port and dev.md
1 parent db42339 commit 6a6ea0e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

dev.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,23 @@
33
```
44
docker-compose build --no-cache
55
```
6+
## start iris container
7+
```
8+
docker-compose up -d
9+
```
10+
11+
612
## open terminal to docker
713
```
814
docker-compose exec iris iris session iris -U IRISAPP
915
```
1016

17+
## install docker-compose
18+
```
19+
sudo curl -L "https://github.com/docker/compose/releases/download/1.26.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
20+
21+
sudo chmod +x /usr/local/bin/docker-compose
22+
23+
```
1124

1225

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
dockerfile: Dockerfile
77
restart: always
88
ports:
9-
- 51773
9+
- 1972
1010
- 52773
1111
- 53773
1212
volumes:

0 commit comments

Comments
 (0)