From 27b6afe16144fe02d83c2a5894e32b3ad4e6b6e3 Mon Sep 17 00:00:00 2001 From: Tim Glaser Date: Mon, 17 Feb 2020 09:54:04 -0800 Subject: [PATCH] Update ports on docker-compose --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f583f963a3a..3db5eb19f8a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,14 +10,14 @@ services: build: context: . dockerfile: production.Dockerfile - command: gunicorn posthog.wsgi --bind 0.0.0.0:5000 --log-file - + command: gunicorn posthog.wsgi --bind 0.0.0.0:8000 --log-file - volumes: - .:/code ports: - - "5000:5000" + - "8000:8000" environment: IS_DOCKER: "true" DATABASE_URL: "postgres://posthog@db:5432/posthog" SECRET_KEY: "" depends_on: - - db \ No newline at end of file + - db