parseable
parseable copied to clipboard
NIT: In Docker quickstart docs, ports 8001 and 8002 are not exposed
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.
Thanks @adarshsrivastava11 we'll fix the docs shortly.
This is fixed now @adarshsrivastava11 https://www.parseable.com/docs/docker-quick-start