Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
联系方式
No response
1Panel 版本
v1.10.20-lts
问题描述
无法修改php容器sysctl
正常在linux环境可以使用sysctl -w net.ipv4.tcp_tw_reuse=1进行修改,但在容器只报错提示为只读
查看docker-compose相关说明,要配置sysctls段,但管理后台现没有配置的地方。
应如何处理?
重现步骤
进入php容器输入:sysctl -w net.ipv4.tcp_tw_reuse=1
期待的正确结果
可正常修改参数
相关日志输出
No response
附加信息
No response
Beta Was this translation helpful? Give feedback.
All reactions