This commit is contained in:
how2ice
2025-08-16 14:24:40 +09:00
parent 3b3ae51be4
commit e5e06a7ec2

View File

@@ -11,7 +11,7 @@ services:
command: sh -c "npm install && npm run dev" command: sh -c "npm install && npm run dev"
db: db:
image: mysql:8.1 image: mysql:8.1
container_name: my_mysql container_name: ${APP}_DB
environment: environment:
MYSQL_ROOT_PASSWORD: tnals1459 MYSQL_ROOT_PASSWORD: tnals1459
MYSQL_USER: how2ice MYSQL_USER: how2ice