mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 13:03:32 +00:00
Fix the DB_HOST_PORT variable missing
This commit is contained in:
@@ -29,9 +29,9 @@ services:
|
||||
- "443:443"
|
||||
environment:
|
||||
DB_HOST: "database"
|
||||
DB_HOST_PORT: "zulip"
|
||||
DB_USER: "zulip"
|
||||
DB_PASS: "zulip"
|
||||
DB_PASS: "zulip"
|
||||
SETTING_MEMCACHED_LOCATION: "memcached:11211"
|
||||
SETTING_RABBITMQ_HOST: "rabbitmq"
|
||||
SETTING_REDIS_HOST: "redis"
|
||||
|
||||
Reference in New Issue
Block a user