Refine ddev config
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
## #ddev-generated
|
||||
## 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
|
||||
Reference in New Issue
Block a user