e6bcf43998
Simplify the overall setup and explanation of WordPress in Docker using docker compose
15 lines
130 B
Plaintext
15 lines
130 B
Plaintext
# environment file
|
|
.env
|
|
|
|
# wordpress files
|
|
wordpress
|
|
|
|
# mysql files
|
|
dbdata
|
|
|
|
# logging output
|
|
logs
|
|
|
|
# macOS and IDE
|
|
.DS_Store
|
|
.idea |