* use dockerhost in xdebug3 config for php8 in workspace * set local docker resolver for nginx * refactored base configs (join in one base config) and better separate examples for third party services * set default web port for inbucket to 82 instead of 9090, because last use for cockpit
9 lines
175 B
Bash
Executable File
9 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
# Not working on windows symlinks
|
|
DIR="$(realpath $(dirname "$(readlink -f "$0")")/..)"
|
|
|
|
LOG_FILE_PATH="${DIR}/log/nginx/access.log"
|
|
|
|
clear
|
|
|
|
tail -f $LOG_FILE_PATH |