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:
...
@@ -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"
...
...
database/mysql_init/.env_example
0 → 100644
View file @
539e9a5
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
Please
register
or
login
to post a comment