Skip to content

Commit

Permalink
feat: share mysql dsn on environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Apr 8, 2024
1 parent b620436 commit 2dbee52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
environment:
COMPOSER_HOME: /app/var/cache/composer
MEMCACHED_HOST: memcached
MYSQL_DSN: 'mysql:unix_socket=/var/run/mysqld/mysql.sock;dbname=test;user=root'
entrypoint:
- sh
- -c
Expand Down

0 comments on commit 2dbee52

Please sign in to comment.