Skip to content

Instantly share code, notes, and snippets.

View joseachacongtz's full-sized avatar

José Antonio Chacón Gutiérrez joseachacongtz

View GitHub Profile
@joseachacongtz
joseachacongtz / wordpress-6-2-2-docker-compose.yml
Created December 9, 2023 16:50 — 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: