We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90a91c commit 1848816Copy full SHA for 1848816
install.yaml
@@ -0,0 +1,11 @@
1
+service-name: solr
2
+# files are copied into .ddev; can be either files or directories
3
+files:
4
+- solr
5
+- docker-compose.solr-standalone.yaml
6
+# actions are shell actions to be taken after the files are copied
7
+# These actions are taken in the .ddev directory
8
+actions:
9
+- mv docker-compose.solr-standalong.yaml docker-compose.solr.yaml
10
+- ls -l solr
11
+- ls -l docker-compose.solr.yaml
0 commit comments