Skip to content

Instantly share code, notes, and snippets.

View neilhsmith's full-sized avatar

Neil Smith neilhsmith

  • Baton Rouge, La
View GitHub Profile
@neilhsmith
neilhsmith / gist:823ec5c8e0a79c487e27efafa74177cc
Created August 23, 2023 16:45
WordPress docker compose file
version: "3.1"
services:
db:
image: mariadb:latest
restart: always
environment:
- MARIADB_ROOT_PASSWORD=rootpass
- MYSQL_DATABASE=wordpress
- MYSQL_USER=wordpress