Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit d6df368

Browse files
author
Sara Lovell
committed
add documentation for ignored directories when mounting the directory root to plugins
1 parent 93b403c commit d6df368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
volumes:
2020
- ./wordpress:/var/www/html
2121
- ../.:/var/www/html/wp-content/plugins/wp-plugin-creativecommons
22+
# Ignore these directories when mounting the root into /var/www/html/wp-content/plugins/wp-plugin-creativecommons so they are not included
2223
- /var/www/html/wp-content/plugins/wp-plugin-creativecommons/dev/wordpress
2324
- /var/www/html/wp-content/plugins/wp-plugin-creativecommons/dev/db
2425
db:

0 commit comments

Comments
 (0)