mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
add redis container name to dockerfile
This commit is contained in:
parent
036bb504e3
commit
b747b19c6c
@ -10,6 +10,7 @@ services:
|
||||
POSTGRES_PASSWORD: posthog
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
container_name: posthog_redis
|
||||
web:
|
||||
image: posthog/posthog:latest
|
||||
container_name: posthog_web
|
||||
|
Loading…
Reference in New Issue
Block a user