Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Persist WP to disk to ensure it inherits hosts permissions #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- "80:80"
- "443:443"
volumes:
- wp_data:/var/www/html/wp-content
- ./scripts/docker/wordpress/html:/var/www/html # Persist to disk to enable uploads.
- .:/var/www/html/wp-content/plugins/block-scaffolding-wp
restart: always
environment:
Expand Down
1 change: 1 addition & 0 deletions scripts/docker/wordpress/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/html/