forked from visiblevc/wordpress-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc housekeeping tasks / issue resolutions (visiblevc#164)
* feat: bump default theme install to "twentytwenty" * fix: include "must-use" plugins in plugin volume check * chore: format run.sh with shfmt * feat: increase upload_max_filesize to 50M See: visiblevc#160 (comment) Closes visiblevc#160 * fix: add --create-dirs to curl in dockerfile * chore: fix contradicting compose file examples Closes visiblevc#152 * fix: improve plugin volumes check to also include plugins that are a single php file
- Loading branch information
Showing
4 changed files
with
83 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: "3" | ||
version: '3' | ||
services: | ||
wordpress: | ||
image: visiblevc/wordpress | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters