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

NIT: In Docker quickstart docs, ports 8001 and 8002 are not exposed #841

Closed
adarshsrivastava11 opened this issue Jul 6, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@adarshsrivastava11
Copy link

We can replace the docker quickstart command with the following -

docker run -p 8000:8000 \
-p 8001:8001 \
-p 8002:8002 \
-v /tmp/parseable/data:/parseable/data \
-v /tmp/parseable/staging:/parseable/staging \
-e P_FS_DIR=/parseable/data \
-e P_STAGING_DIR=/parseable/staging \
containers.parseable.com/parseable/parseable:latest \
parseable local-store

This ensures that live-tail works while spinning up the container.

@nitisht
Copy link
Member

nitisht commented Jul 7, 2024

Thanks @adarshsrivastava11 we'll fix the docs shortly.

@nitisht nitisht assigned nitisht and thecoderpanda and unassigned nitisht Jul 7, 2024
@thecoderpanda thecoderpanda added the documentation Improvements or additions to documentation label Jul 11, 2024
@nitisht
Copy link
Member

nitisht commented Jul 11, 2024

This is fixed now @adarshsrivastava11 https://www.parseable.com/docs/docker-quick-start

@nitisht nitisht closed this as completed Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants