PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
21.19k stars 1.25k forks source link

Problem in compiling the code locally #20644

Open AmanSal1 opened 7 months ago

AmanSal1 commented 7 months ago

When i use When I develop PostHog locally following the handbook and run the command docker-compose -f docker-compose.dev.yml up, I encounter an issue. I even tried it on CodeSpace, but the same issue arises. Can somebody tell me what is wrong.

image

I am running an ubuntu 22.04 on a VM .

How to reproduce

1.Install docker 2.sudo apt install -y build-essential 3.echo '127.0.0.1 kafka clickhouse' | sudo tee -a /etc/hosts 4.git clone https://github.com/PostHog/posthog && cd posthog/ 5.docker compose -f docker-compose.dev.yml up

Environment

Additional context

Thank you for your bug report – we love squashing them!

hamzahalilovic commented 6 months ago

@AmanSal1 I suspect this is because of new restriction added in Docker 2.24.6 version causing breaking changes. This has been referenced and resolved #20881

AmanSal1 commented 6 months ago

@hamzahalilovic Thank you its resolved . Can I connect with you somewhere on socials ?