Skip to content

Instantly share code, notes, and snippets.

View tsjdev-apps's full-sized avatar
🎯
Focusing

Sebastian Jensen tsjdev-apps

🎯
Focusing
View GitHub Profile
@tsjdev-apps
tsjdev-apps / wordpress-docker-compose.yaml
Created April 3, 2024 04:47
wordpress-docker-compose.yaml - Use WordPress locally in Docker
services:
db:
image: mariadb:10.6.4-focal
command: '--default-authentication-plugin=mysql_native_password'
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
- MYSQL_ROOT_PASSWORD=somewordpress