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
3a4e7178
Commit
3a4e7178
authored
Jun 13, 2023
by
macro
Browse files
Update docker-compose-env.yml
parent
5b907b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
document/docker/docker-compose-env.yml
View file @
3a4e7178
...
...
@@ -27,14 +27,14 @@ services:
volumes
:
-
/mydata/nginx/conf:/etc/nginx
#配置文件目录挂载
-
/mydata/nginx/html:/usr/share/nginx/html
#静态资源根目录挂载
-
/mydata/nginx/logs:/var/log/nginx
#日志文件挂载
-
/mydata/nginx/logs:/var/log/nginx
#日志文件
目录
挂载
ports
:
-
80:80
rabbitmq
:
image
:
rabbitmq:3.9.11-management
container_name
:
rabbitmq
volumes
:
-
/mydata/rabbitmq/data:/var/lib/rabbitmq
#数据文件挂载
-
/mydata/rabbitmq/data:/var/lib/rabbitmq
#数据文件
目录
挂载
ports
:
-
5672:5672
-
15672:15672
...
...
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