From df26c591822821049b4a9db069179c1a28db79cd Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 12 Apr 2026 01:35:40 +0000 Subject: [PATCH] Update Website_Containers/lamp_stack/compose.yaml --- Website_Containers/lamp_stack/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website_Containers/lamp_stack/compose.yaml b/Website_Containers/lamp_stack/compose.yaml index 8a31719..f56eb84 100644 --- a/Website_Containers/lamp_stack/compose.yaml +++ b/Website_Containers/lamp_stack/compose.yaml @@ -14,7 +14,7 @@ services: image: mysql:9.3.0 #check the mysql version you need for your project container_name: lamp-db environment: - MYSQL_ROOT_PASSWORD: #you can change the mysql root password here + MYSQL_ROOT_PASSWORD: password #you can change the mysql root password here MYSQL_DATABASE: lamp_db #you can change the database name here volumes: - /srv/docker/lamp-stack/mysql_data:/var/lib/mysql #this line maps the content of ./mysql_data in your pc to the /var/lib/mysql of the container