Files
roll-room/docker/readme.md
2026-04-23 16:58:11 +08:00

9 lines
201 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

重新创建某个容器
docker compose up -d --build --force-recreate rabbitmq
docker compose up -d
docker compose stop
docker compose rm
# 大陆环境
进入docker-cn目录执行上面的命令