Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤준석
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-10 23:31:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
539e9a5a9a946047c3b743289f320962c327016c
539e9a5a
1 parent
5edca4cf
FIX: .env file location
ADD: .env_example file
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
database/docker-compose.yml
database/mysql_init/.env_example
database/docker-compose.yml
View file @
539e9a5
...
...
@@ -8,4 +8,4 @@ services:
ports
:
-
'
33060:3306'
env_file
:
-
"
.env"
-
"
.
/mysql_init/.
env"
...
...
database/mysql_init/.env_example
0 → 100644
View file @
539e9a5
TZ=Asia/Seoul
MYSQL_HOST={YOUR_MYSQL_HOST}
MYSQL_PORT={YOUR_MYSQL_PORT}
MYSQL_ROOT_PASSWORD={YOUR_MYSQL_ROOT_PASSWORD}
\ No newline at end of file
Please
register
or
login
to post a comment