Update Website_Containers/lamp_stack/compose.yaml
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:9.3.0 #check the mysql version you need for your project
|
image: mysql:9.3.0 #check the mysql version you need for your project
|
||||||
|
container_name: lamp-db
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: ${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
|
MYSQL_DATABASE: lamp_db #you can change the database name here
|
||||||
|
|||||||
Reference in New Issue
Block a user