Skip to content

Commit a3c3219

Browse files
author
Vianpyro
committed
Update README to correct environment variable for MariaDB root password
1 parent 81b6333 commit a3c3219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To set up the database locally, you'll need Docker installed. Follow the steps b
1818
2. **Run the Docker Container**:
1919

2020
```bash
21-
docker run -d -p 3306:3306 --name Smart-Cooking_Database -e MYSQL_ROOT_PASSWORD=myrootpassword smartcooking-mariadb
21+
docker run -d -p 3306:3306 --name Smart-Cooking_Database -e MARIADB_ROOT_PASSWORD=myrootpassword smartcooking-mariadb
2222
```
2323

2424
3. **Access the Database**:

0 commit comments

Comments
 (0)