File tree 6 files changed +4
-4
lines changed
6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
.PHONY : logo
21
21
logo :
22
22
@cat VERSION
23
- @cat sit/ logo
23
+ @cat logo
24
24
25
25
.DELETE_ON_ERROR : build/build.log
26
26
build/build.log : $(GO_FILES )
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
- " 3307:3306"
11
11
volumes :
12
12
- ../../component/mysql/init/init.sql:/docker-entrypoint-initdb.d/test.sql
13
- - ./mysqld.cnf:/etc/mysql/mysql.conf.d/mysqld.cnf
13
+ - ../../component /mysqld.cnf:/etc/mysql/mysql.conf.d/mysqld.cnf
14
14
restart : always
15
15
environment :
16
16
MYSQL_ROOT_PASSWORD : root
@@ -213,7 +213,7 @@ services:
213
213
timeout : 5s
214
214
retries : 30
215
215
volumes :
216
- - ./mongo-kafka-1.2.0-all.jar:/usr/share/java/mongo-kafka-1.2.0-all.jar
216
+ - ../../component /mongo-kafka-1.2.0-all.jar:/usr/share/java/mongo-kafka-1.2.0-all.jar
217
217
depends_on :
218
218
kafka :
219
219
condition : service_healthy
@@ -240,4 +240,4 @@ services:
240
240
depends_on :
241
241
- canal-server
242
242
volumes :
243
- - ./canal_admin_conf/canal-template.properties:/home/admin/canal-admin/conf/canal-template.properties
243
+ - ../../component /canal_admin_conf/canal-template.properties:/home/admin/canal-admin/conf/canal-template.properties
You can’t perform that action at this time.
0 commit comments