Skip to content

Instantly share code, notes, and snippets.

View malithmcr's full-sized avatar

Malith malithmcr

View GitHub Profile
@malithmcr
malithmcr / ls
Created May 3, 2019 13:42 — forked from sblask/ls
ls with list, human readable sizes, hidden files and sorting
ls -lhac
@malithmcr
malithmcr / docker-compose.yml
Created July 26, 2019 14:53
Wordpress Docker Compose
version: '3.3'
services:
db:
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: somewordpress
@malithmcr
malithmcr / docker-compose.yml
Created May 1, 2020 12:24
WordPress Multisite docker-compose.yml
version: '3.3'
services:
# Database
db:
image: mysql:5.7
container_name: mysqldb
volumes:
- db_data:/var/lib/mysql
restart: always
127.0.0.1 modernwordpress.com.local
127.0.0.1 modernwordpress.de.local
127.0.0.1 modernwordpress.at.local
127.0.0.1 modernwordpress.it.local