🌐 AI搜索 & 代理 主页
Skip to content

Commit 9b0022b

Browse files
committed
port
1 parent 08135be commit 9b0022b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- checkout
1717
- run:
1818
name: "Red Wine Quality"
19-
command: "bash docker/entrypoint.sh psql -U root -p 5433 -h 127.0.0.1 -f sql/test.sql"
19+
command: "bash docker/entrypoint.sh psql -U root -p 5432 -h 127.0.0.1 -f sql/test.sql"
2020

2121
# Invoke jobs via workflows
2222
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows

0 commit comments

Comments
 (0)