diff --git a/entrypoint.sh b/entrypoint.sh index 210afbc..954ca8f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -28,7 +28,7 @@ docker_setup_env() { } if [ "$(id -u)" = '0' ]; then - sudo service ssh start +# sudo service ssh start chown -R postgres /etc/pgpool2 exec gosu postgres "$BASH_SOURCE" fi