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 730e953 commit 382c7fcCopy full SHA for 382c7fc
1 file changed
compose/bin/log
@@ -1,10 +1,4 @@
1
#!/usr/bin/env bash
2
-[ -z "$1" ] && echo "Please specify a CLI command (ex. ls)" && exit
3
-bin/docker-compose exec phpfpm "$@"
4
-
5
-#!/bin/bash
6
7
-source bin/vars/color-vars
8
9
CONTAINER_LOG_PATH="/var/www/html/var/log/";
10
0 commit comments