danny-010 opened a new issue, #83:
URL: https://github.com/apache/incubator-seata-go-samples/issues/83
<!-- Please use this template while reporting a bug and provide as much info
as possible. Not doing so may result in your bug not being addressed in a
timely manner. Thanks!
-->
**What happened**:
`
podman-compose up mysql
[mysql] | 2025-12-10 06:00:10+00:00 [Note] [Entrypoint]: Entrypoint
script for MySQL Server 8.0.32-1.el8 started.
[mysql] | 2025-12-10 06:00:11+00:00 [Note] [Entrypoint]: Switching to
dedicated user 'mysql'
[mysql] | 2025-12-10 06:00:11+00:00 [Note] [Entrypoint]: Entrypoint
script for MySQL Server 8.0.32-1.el8 started.
[mysql] | ls: cannot open directory '/docker-entrypoint-initdb.d/':
Permission denied
`
**What you expected to happen**:
when i git clone the repo to my local env, I should change nothing to run
the samples.
**How to reproduce it (as minimally and precisely as possible)**:
1. use rocky linux 9.6 image to create an vm as local env
2. then `cd incubator-seata-go-samples/dockercompose`
3. podman-compose up -d
4. podman logs mysql
**Anything else we need to know?**:
you can do like this to fix it:
volumes:
- ./mysql:/docker-entrypoint-initdb.d:Z
- ./mysql/mysqld.cnf:/etc/mysql/mysql.conf.d/mysqld.cnf:Z
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]