Files
Michael J. Stealey e6bcf43998 simplify setup
Simplify the overall setup and explanation of WordPress in Docker using docker compose
2022-01-28 19:08:52 -05:00

15 lines
130 B
Plaintext

# environment file
.env
# wordpress files
wordpress
# mysql files
dbdata
# logging output
logs
# macOS and IDE
.DS_Store
.idea