This commit is contained in:
Refactorian
2023-04-18 22:19:04 +09:00
committed by GitHub
parent 4fe93734e4
commit 2e2cea74b4
4 changed files with 11 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ services:
####################################################################################################
db:
container_name: laravel_db
image: mariadb:10.5
image: mariadb:10.11
ports:
- 3306:3306
volumes:
@@ -45,4 +45,4 @@ services:
MYSQL_DATABASE: laravel_db_name
MYSQL_USER: laravel_db_user
MYSQL_PASSWORD: laravel_user_pass
TZ: Asia/Tokyo
# TZ: Asia/Tokyo