Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PS213073 authored May 1, 2024
1 parent cc63fea commit 7ecba3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- DB_PORT=3306
- DB_DATABASE=project5
- DB_USERNAME=root
- DB_PASSWORD=root
- DB_PASSWORD=
depends_on:
- db

Expand All @@ -23,10 +23,10 @@ services:
volumes:
- db_data:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_ROOT_PASSWORD=
- MYSQL_DATABASE=project5
- MYSQL_USER=root
- MYSQL_PASSWORD=root
- MYSQL_PASSWORD=

volumes:
db_data:

0 comments on commit 7ecba3d

Please sign in to comment.