Skip to content

Commit 526c885

Browse files
author
Jonathan O'Donnell
committed
feat: release 0.5.0
1 parent dd67824 commit 526c885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
MYSQL_USER: merico
1515
MYSQL_PASSWORD: merico
1616
grafana:
17-
image: mericodev/grafana:0.4.0
17+
image: mericodev/grafana:0.5.0
1818
ports:
1919
- 3002:3000
2020
volumes:
@@ -28,7 +28,7 @@ services:
2828
depends_on:
2929
- mysql
3030
devlake:
31-
image: mericodev/lake:0.4.0
31+
image: mericodev/lake:0.5.0
3232
ports:
3333
- 127.0.0.1:8080:8080
3434
restart: always
@@ -37,7 +37,7 @@ services:
3737
depends_on:
3838
- mysql
3939
config-ui:
40-
image: mericodev/config-ui:0.4.0
40+
image: mericodev/config-ui:0.5.0
4141
ports:
4242
- 127.0.0.1:4000:80
4343
env_file:

0 commit comments

Comments
 (0)