mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 21:13:41 +00:00
Fixed the DB_HOST_PORT value
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
- "443:443"
|
||||
environment:
|
||||
DB_HOST: "database"
|
||||
DB_HOST_PORT: "zulip"
|
||||
DB_HOST_PORT: "5432"
|
||||
DB_USER: "zulip"
|
||||
DB_PASS: "zulip"
|
||||
SETTING_MEMCACHED_LOCATION: "memcached:11211"
|
||||
|
||||
Reference in New Issue
Block a user