mirror of
https://github.com/wahyd4/docker-pinpoint.git
synced 2026-08-08 20:37:00 +10:00
fix pinpoint-mysql
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/.project
|
||||
+1
-1
@@ -19,7 +19,7 @@ services:
|
||||
pinpoint-mysql:
|
||||
container_name: pinpoint-mysql
|
||||
restart: always
|
||||
image: pinpointmysql:latest
|
||||
image: marcosamm/pinpoint-mysql:1.6.2
|
||||
ports:
|
||||
- "13306:3306"
|
||||
environment:
|
||||
|
||||
@@ -3,4 +3,5 @@ FROM mysql:5.7
|
||||
ENV PINPOINT_VERSION=1.6.2
|
||||
|
||||
ADD https://raw.githubusercontent.com/naver/pinpoint/$PINPOINT_VERSION/web/src/main/resources/sql/CreateTableStatement-mysql.sql /docker-entrypoint-initdb.d
|
||||
ADD https://raw.githubusercontent.com/naver/pinpoint/$PINPOINT_VERSION/web/src/main/resources/sql/SpringBatchJobReositorySchema-mysql.sql /docker-entrypoint-initdb.d
|
||||
ADD https://raw.githubusercontent.com/naver/pinpoint/$PINPOINT_VERSION/web/src/main/resources/sql/SpringBatchJobReositorySchema-mysql.sql /docker-entrypoint-initdb.d
|
||||
RUN chmod 0755 /docker-entrypoint-initdb.d/*
|
||||
Reference in New Issue
Block a user