diff --git a/config_docker/game2006api.mysql.cluster.php b/config_docker/game2006api.mysql.cluster.php index 447ede7d..5320963c 100644 --- a/config_docker/game2006api.mysql.cluster.php +++ b/config_docker/game2006api.mysql.cluster.php @@ -3,7 +3,7 @@ return array( array( 'instance_id' => 1, - 'host' => '172.17.0.1', + 'host' => 'mysql-host', 'port' => 3306, 'user' => 'root', 'passwd' => 'keji178', diff --git a/config_docker/game2006api.redis.cluster.php b/config_docker/game2006api.redis.cluster.php index 3cd23225..f243310d 100644 --- a/config_docker/game2006api.redis.cluster.php +++ b/config_docker/game2006api.redis.cluster.php @@ -3,13 +3,13 @@ return array( array( 'instance_id' => 1, - 'host' => '172.17.0.1', + 'host' => 'redis-host', 'port' => 6379, 'passwd' => '', ), array( 'instance_id' => 2, - 'host' => '172.17.0.1', + 'host' => 'redis-host', 'port' => 6379, 'passwd' => '', ), diff --git a/config_docker/game2006market.mysql.cluster.php b/config_docker/game2006market.mysql.cluster.php index 219fdafd..a1bc7b4c 100644 --- a/config_docker/game2006market.mysql.cluster.php +++ b/config_docker/game2006market.mysql.cluster.php @@ -2,7 +2,7 @@ return array( 'instance_id' => 1, - 'host' => '172.17.0.1', + 'host' => 'mysql-host', 'port' => 3306, 'user' => 'root', 'passwd' => 'keji178', diff --git a/config_docker/game2006relation.mysql.cluster.php b/config_docker/game2006relation.mysql.cluster.php index ff8fa839..3d04a06d 100644 --- a/config_docker/game2006relation.mysql.cluster.php +++ b/config_docker/game2006relation.mysql.cluster.php @@ -2,7 +2,7 @@ return array( 'instance_id' => 1, - 'host' => '172.17.0.1', + 'host' => 'mysql-host', 'port' => 3306, 'user' => 'root', 'passwd' => 'root',