parseable icon indicating copy to clipboard operation
parseable copied to clipboard

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

Open adarshsrivastava11 opened this issue 1 year ago • 1 comments

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.

adarshsrivastava11 avatar Jul 06 '24 22:07 adarshsrivastava11

Thanks @adarshsrivastava11 we'll fix the docs shortly.

nitisht avatar Jul 07 '24 05:07 nitisht

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

nitisht avatar Jul 11 '24 16:07 nitisht