Skip to content

Commit

Permalink
Improve addon install (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Nov 7, 2023
1 parent cc3d88a commit 1afe748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ name: ddev-xhgui
# DDEV environment variables can be interpolated into these actions
pre_install_actions:
# Actions with #ddev-nodisplay will not show the execution of the action, but may show their output
# - |
# #ddev-nodisplay
#ddev-description:Check architecture type for incompatible arm64 type
# if [ "$(arch)" = "arm64" -o "$(arch)" = "aarch64" ]; then
# echo "This package does not work on arm64 machines";
# exit 1;
#fi
- |
mkdir -p .ddev/xhgui-mongo/mongo.init.d
# - "docker volume rm ddev-${DDEV_PROJECT}_solr 2>/dev/null || true"
#- |
Expand Down
1 change: 1 addition & 0 deletions xhgui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ddev-generated
FROM xhgui/xhgui:latest

RUN echo 'memory_limit=512M' >> $PHP_INI_DIR/conf.d/99-memory-limit.ini

0 comments on commit 1afe748

Please sign in to comment.