From a657be660c9ac42ddaa99200906a6391d4ab447d Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 12 Apr 2026 01:41:28 +0000 Subject: [PATCH] Update Website_Containers/lamp_stack/compose.yaml --- Website_Containers/lamp_stack/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Website_Containers/lamp_stack/compose.yaml b/Website_Containers/lamp_stack/compose.yaml index 49493ca..a9d8332 100644 --- a/Website_Containers/lamp_stack/compose.yaml +++ b/Website_Containers/lamp_stack/compose.yaml @@ -11,6 +11,7 @@ services: db: image: mysql:9.3.0 #check the mysql version you need for your project + container_name: lamp-db environment: MYSQL_ROOT_PASSWORD: ${PASSWORD} #you can change the mysql root password here MYSQL_DATABASE: lamp_db #you can change the database name here