You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering, hoping, that it would be possible to make it so that the Postgres container would use the less command instead of more as it is the default for Postgres (at least if I install the less command into a container, it will be used instead of more)
I assume that the reason for picking more instead of less has to do with the container size.
If that is the case, I would if it is possible to just make the change for the Debian based container because I would assume that the ones which are concerned with the size of the container would be using the Alpine-based container anyway.
If there are some other reasons for using more over less I would like to know 😊