File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# --name dblab_server \
4
4
# --label dblab_control \
5
5
# --privileged \
6
- # --publish 3000:3000 \
6
+ # --publish 2345:2345 \
7
7
# --restart on-failure \
8
8
# --volume /var/run/docker.sock:/var/run/docker.sock \
9
9
# --volume /var/lib/dblab:/var/lib/dblab:rshared \
17
17
# --name dblab_server \
18
18
# --label dblab_control \
19
19
# --privileged \
20
- # --publish 3000:3000 \
20
+ # --publish 2345:2345 \
21
21
# --restart on-failure \
22
22
# --volume /var/run/docker.sock:/var/run/docker.sock \
23
23
# --volume /var/lib/dblab:/var/lib/dblab:rshared \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ initialize CLI and start communicating with the Database Lab server(s).
90
90
``` bash
91
91
dblab init \
92
92
--environment-id=tutorial \
93
- --url=http://$IP_OR_HOSTNAME :3000 \
93
+ --url=http://$IP_OR_HOSTNAME :2345 \
94
94
--token=secret_token
95
95
```
96
96
Original file line number Diff line number Diff line change 3
3
4
4
server :
5
5
verificationToken : " secret_token"
6
- port : 3000
6
+ port : 2345
7
7
8
8
# Postgres.ai Platform integration.
9
9
platform :
You can’t perform that action at this time.
0 commit comments