Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mapcentia committed Aug 29, 2017
1 parent f4c5d1e commit e92a391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgis/conf/supervisor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ port=:9001

[program:postgresql]
user=postgres
command=/bin/bash -c "/usr/lib/postgresql/9.5/bin/postgres -D /var/lib/postgresql/9.5/main -c config_file=/etc/postgresql/9.5/main/postgresql.conf"
command=/bin/bash -c "/usr/lib/postgresql/9.6/bin/postgres -D /var/lib/postgresql/9.6/main -c config_file=/etc/postgresql/9.6/main/postgresql.conf"
priority=1
redirect_stderr=true

Expand Down

0 comments on commit e92a391

Please sign in to comment.