윤준석

FIX: .env file location

ADD: .env_example file
...@@ -8,4 +8,4 @@ services: ...@@ -8,4 +8,4 @@ services:
8 ports: 8 ports:
9 - '33060:3306' 9 - '33060:3306'
10 env_file: 10 env_file:
11 - - ".env" 11 + - "./mysql_init/.env"
......
1 +TZ=Asia/Seoul
2 +MYSQL_HOST={YOUR_MYSQL_HOST}
3 +MYSQL_PORT={YOUR_MYSQL_PORT}
4 +MYSQL_ROOT_PASSWORD={YOUR_MYSQL_ROOT_PASSWORD}
...\ No newline at end of file ...\ No newline at end of file