Skip to content

Commit 7b4167c

Browse files
committed
Update
1 parent 48ccfa7 commit 7b4167c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
- nextcloud:/var/www/html
3434
entrypoint: /cron.sh
3535
depends_on:
36-
- db
36+
- tidb
3737
- redis
3838

3939
web:
@@ -163,7 +163,7 @@ services:
163163
tidb:
164164
image: pingcap/tidb:latest
165165
ports:
166-
- "3306:4000"
166+
- "3306:3306"
167167
- "10080:10080"
168168
volumes:
169169
- ./tidb-docker-compose/config/tidb.toml:/tidb.toml:ro

0 commit comments

Comments
 (0)