Skip to content

Commit

Permalink
Make mysql.cnf readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Shkiv committed Nov 6, 2024
1 parent afc6540 commit e5d49e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
image: mariadb:10.5
volumes:
- db-data:/var/lib/mysql
- ./mysql.cnf:/etc/mysql/conf.d/mysql.cnf
- ./mysql.cnf:/etc/mysql/conf.d/mysql.cnf:ro
environment:
MYSQL_ROOT_PASSWORD: CHANGEME
volumes:
Expand Down

0 comments on commit e5d49e9

Please sign in to comment.