Skip to content

Instantly share code, notes, and snippets.

View ottoagne's full-sized avatar
🎯
Focusing

ottoagne

🎯
Focusing
View GitHub Profile
@ottoagne
ottoagne / wordpress-6-2-2-docker-compose.yml
Created January 17, 2024 04:42 — forked from erikyuzwa/wordpress-6-2-2-docker-compose.yml
Wordpress 6.2.2 Docker Compose for Local Development
# create a local .env file with the following 4 properties:
#
# MYSQL_DATABASE=<something>
# MYSQL_USER=<something>
# MYSQL_PASSWORD=<something>
# MYSQL_ROOT_PASSWORD=<something>
#
version: "3.8"
services: