Skip to content

Commit

Permalink
config db adm
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed May 27, 2016
1 parent 786d94d commit 461623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/apache2/phppgadmin/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// Hostname or IP address for server. Use '' for UNIX domain socket.
// use 'localhost' for TCP/IP connection on this computer
$conf['servers'][0]['host'] = 'localhost';
$conf['servers'][0]['host'] = 'postgis';

// Database port on server (5432 is the PostgreSQL default)
$conf['servers'][0]['port'] = 5432;
Expand Down

0 comments on commit 461623d

Please sign in to comment.