This commit is contained in:
2026-05-20 15:23:05 +03:00
commit 43c0739dfa
703 changed files with 61692 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM percona/percona-server:8.4.4-4
USER root
COPY etc_my.cnf /etc/my.cnf
COPY etc_mycnfd_docker.cnf /etc/my.cnf.d/docker.cnf
COPY etc_mycnfd_my.cnf /etc/my.cnf.d/my.cnf
RUN chown -R mysql:root /etc/my.cnf /etc/my.cnf.d && \
chmod -R ug+rwX /etc/my.cnf /etc/my.cnf.d
USER mysql:mysql