Skip to content

Commit

Permalink
fix: file format
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWu1995 committed Nov 14, 2024
1 parent 4018635 commit 644370b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"version": "18"
}
},
"forwardPorts": [4000,8080],
"forwardPorts": [
4000,
8080
],
"postCreateCommand": "npm install commitizen -g",
"customizations": {
"vscode": {
Expand Down
6 changes: 2 additions & 4 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ services:
- mysql-storage:/var/lib/mysql
restart: always
ports:
- 3306:3306
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: admin
MYSQL_DATABASE: lake
MYSQL_USER: merico
MYSQL_PASSWORD: merico
TZ: UTC
command: --character-set-server=utf8mb4
--collation-server=utf8mb4_bin
--skip-log-bin
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_bin --skip-log-bin
networks:
- default
grafana:
Expand Down

0 comments on commit 644370b

Please sign in to comment.