Skip to content

Instantly share code, notes, and snippets.

View RussQuan's full-sized avatar
👀
I'm currently looking for a remote job

YuQuan RussQuan

👀
I'm currently looking for a remote job
View GitHub Profile
@RussQuan
RussQuan / docker-compose.yml
Created July 27, 2023 05:13 — 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: