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