Skip to content

Commit

Permalink
chore: add container phpmyadmin in network laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfgti committed Apr 2, 2024
1 parent 431cae8 commit 13917b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ services:
PMA_HOST: db
PMA_PORT: 3306
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD:-root}
networks:
- laravel

# redis
redis:
Expand Down

0 comments on commit 13917b5

Please # to comment.