Skip to content

Commit

Permalink
adds container name to db
Browse files Browse the repository at this point in the history
  • Loading branch information
moaath committed Jun 7, 2024
1 parent 39efa46 commit 0f131fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
volumes:
- mysql_db:/var/lib/mysql
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
container_name: db_server
environment:
MYSQL_ROOT_PASSWORD: rootpassword
MYSQL_DATABASE: date
Expand Down

0 comments on commit 0f131fb

Please sign in to comment.