Open HKL-Kevin opened 1 year ago
Duplicate of #1007
2023-11-02T08:10:26.681026Z 0 [ERROR] [MY-010250] [Server] Failed to create a socket for IPv4 '0.0.0.0': errno: 13. 2023-11-02T08:10:26.681283Z 0 [ERROR] [MY-010255] [Server] Can't create IP socket: Permission denied
Not sure what's causing it, but this is the source of the restarts. How are you running it, can you share your docker run
line or compose file?
2023-11-02T08:10:26.681026Z 0 [ERROR] [MY-010250] [Server] Failed to create a socket for IPv4 '0.0.0.0': errno: 13. 2023-11-02T08:10:26.681283Z 0 [ERROR] [MY-010255] [Server] Can't create IP socket: Permission denied
Not sure what's causing it, but this is the source of the restarts. How are you running it, can you share your
docker run
line or compose file?
My cmd as:
sudo docker run --restart always --name mysql -e MYSQL_ROOT_PASSWORD=mysql --net=host --privileged=true -d arm64v8/mysql
You probably don't want to run this image with --net=host
:grimacing: