Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
superpollo2 authored May 6, 2024
2 parents d8b10f7 + df6e0e6 commit 6106084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
volumes:
- mysql:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: ${MYSQLDB_PASSWORD}
MYSQL_ROOT_PASSWORD: ${MYSQLDB_ROOT_PASSWORD}

volumes:
mysql:
Expand Down

0 comments on commit 6106084

Please sign in to comment.