1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-07-24 18:33:35 -03:00
parent 82d3e81282
commit a277584fab

View file

@ -6,6 +6,7 @@ FROM mariadb:latest
RUN chmod 1777 /tmp
RUN chown -R mysql:mysql /var/lib/mysql
RUN chmod -R 755 /var/lib/mysql
# Copy custom MySQL configuration file
COPY deploy/my.cnf /etc/mysql/my.cnf