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
$ docker run -p 8000:80 quay.io/basis-company/tarantool-admin
and for example create a new lower pane by pressing Ctrl+B, +
then Apache says:
[Fri Jan 06 19:32:36.379860 2023] [mpm_prefork:notice] [pid 1] AH00170: caught SIGWINCH, shutting down gracefully
The same signal - SIGWINCH - will be sent also on generic terminal resize without tmux at all.
I believe this is not the indended behaviour and should be fixed.
The text was updated successfully, but these errors were encountered:
Looks like that's an issue in base php:8.1-apache image.
We have nothing special with docker entrypoints..
Please, try to reproduce it using empty container and create an issue in base image repository.
If there would be no issues, we can repack admin with latest php:8.1-apache image.
If I run tarantool-admin inside tmux as described
$ docker run -p 8000:80 quay.io/basis-company/tarantool-admin
and for example create a new lower pane by pressing Ctrl+B, +
then Apache says:
[Fri Jan 06 19:32:36.379860 2023] [mpm_prefork:notice] [pid 1] AH00170: caught SIGWINCH, shutting down gracefully
The same signal - SIGWINCH - will be sent also on generic terminal resize without tmux at all.
I believe this is not the indended behaviour and should be fixed.
The text was updated successfully, but these errors were encountered: