Skip to content

Instantly share code, notes, and snippets.

View artifexrefercio's full-sized avatar
🏠
Working from home

Val Kurdyayev artifexrefercio

🏠
Working from home
View GitHub Profile
@artifexrefercio
artifexrefercio / docker-compose.yml
Last active December 11, 2019 23:00
Docker EMR
version: '3'
services:
mysql:
restart: always
image: mariadb:10.2
command: ['mysqld','--character-set-server=utf8']
volumes:
- databasevolume:/var/lib/mysql
environment: