Skip to content

Commit 1848816

Browse files
committed
Experiment with install.yaml
1 parent c90a91c commit 1848816

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

install.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)