Skip to content

Commit

Permalink
Fix env vars for localized docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Jan 17, 2025
1 parent e6e4f87 commit 12c9e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ services:
platform: linux/x86_64 # Needed for Mac's on the M1 chip
image: mysql:5
environment:
MYSQL_DATABASE: ${MYSQL_DATABASE}
MYSQL_ROOT_PASSWORD: ${MYSQL_PASSWORD}
MYSQL_DATABASE: ${DB_DATABASE}
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
ports:
- "${MYSQL_PORT}:3306"

Expand Down

0 comments on commit 12c9e0e

Please sign in to comment.