Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
a7f5964e
Commit
a7f5964e
authored
Jun 03, 2023
by
macro
Browse files
Update docker-compose-env.yml
parent
333b145d
Changes
1
Hide whitespace changes
Inline
Side-by-side
document/docker/docker-compose-env.yml
View file @
a7f5964e
...
...
@@ -10,9 +10,9 @@ services:
ports
:
-
3306:3306
volumes
:
-
/mydata/mysql/data:/var/lib/mysql
#数据文件挂载
-
/mydata/mysql/conf:/etc/mysql
#配置文件挂载
-
/mydata/mysql/log:/var/log/mysql
#日志文件挂载
-
/mydata/mysql/data:/var/lib/mysql
#数据文件
目录
挂载
-
/mydata/mysql/conf:/etc/mysql
#配置文件
目录
挂载
-
/mydata/mysql/log:/var/log/mysql
#日志文件
目录
挂载
redis
:
image
:
redis:7
container_name
:
redis
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment