Skip to content

Commit

Permalink
Initial commit: Add Docker setup and PHP application files
Browse files Browse the repository at this point in the history
  • Loading branch information
BhavikaPachauri committed Jul 28, 2024
1 parent c3c0734 commit 5a5d1e5
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 @@ -20,7 +20,7 @@ services:
MYSQL_USER: user
MYSQL_PASSWORD: password
ports:
- "3306:3306"
- "3307:3306"
volumes:
- db_data:/var/lib/mysql

Expand Down

0 comments on commit 5a5d1e5

Please sign in to comment.