Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请教如何配置本地mongodb #1518

Open
lbgws2 opened this issue Oct 31, 2024 · 0 comments
Open

请教如何配置本地mongodb #1518

lbgws2 opened this issue Oct 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lbgws2
Copy link

lbgws2 commented Oct 31, 2024

以下是我的compose配置

version: '3.3'
services:
master:
image: docker.1panel.dev/crawlabteam/crawlab:latest
container_name: crawlab_panel
restart: always
environment:
CRAWLAB_SERVER_MASTER: "Y"
CRAWLAB_MONGO_HOST: "mongo"
ports:
- "7777:8080"
depends_on:
- mongo
mongo:
image: docker.1panel.dev/mongo:latest
restart: always
ports:
- "27003:27003"

求教如何配置为本地mongo,不要再开一个容器

@lbgws2 lbgws2 added the enhancement New feature or request label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant