Skip to content

Instantly share code, notes, and snippets.

View Neshable's full-sized avatar
🎯
Focusing

Nesho Sabakov Neshable

🎯
Focusing
  • Sofia, Plovdiv
View GitHub Profile
@Neshable
Neshable / docker-compose.yml
Created February 14, 2019 21:12 — forked from eduwass/docker-compose.yml
Adding Mailhog to Docker-compose and enabling in WordPress
version: '3'
services:
db:
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: somewordpress