Skip to content

Instantly share code, notes, and snippets.

View parsherr's full-sized avatar
🤍
writingCode(7, 24)

Dogukan parsherr

🤍
writingCode(7, 24)
View GitHub Profile
version: '3'
services:
db:
image: mariadb:10.6
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
- db_data:/var/lib/mysql
environment: