Skip to content

Commit

Permalink
Merge pull request #10 from Matsadura/debbuging_docker
Browse files Browse the repository at this point in the history
[UPDATE] Docker-compose to fix mysql connection error
  • Loading branch information
Matsadura authored Sep 11, 2024
2 parents 24ff1b3 + 9df0360 commit 741efc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- "5000:5000"
volumes:
- .:/movie_name
- ./server:/movie_name/server
environment:
MOVIE_DB_HOST: mysql_db
MOVIE_DB_USER: CINEMA_USER
Expand Down
2 changes: 1 addition & 1 deletion wait-for-mysql.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
sleep 10
sleep 5
exec "$@"

0 comments on commit 741efc4

Please sign in to comment.