Commit local DDEV configuration
This commit is contained in:
parent
fccb5d6a18
commit
b85e8082c3
17 changed files with 361 additions and 0 deletions
12
.ddev/commands/solr/solrtail.example
Executable file
12
.ddev/commands/solr/solrtail.example
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Description: Tail the main solr log
|
||||
## Usage: solrtail
|
||||
## Example: ddev solrtail
|
||||
|
||||
# This example runs inside the solr container.
|
||||
# Note that this requires that /mnt/ddev_config be mounted
|
||||
# into the solr container and of course that you have a container
|
||||
# named solr.
|
||||
|
||||
tail -f /opt/solr/server/logs/solr.log
|
Loading…
Add table
Add a link
Reference in a new issue