You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker-compose down && docker-compose rm && docker-compose up -d
Outputs
$ ./check-config.sh
` ~/devilbox master ./check-config.sh # ==============================================================================# Checking git# ==============================================================================[SUCC] git is clean# ==============================================================================# Checking .env file# ==============================================================================[SUCC] .env file exists[SUCC] .env file is readable[SUCC] All variables are present in .env file[SUCC] No variables is duplicated in .env file# ==============================================================================# Checking .env file values# ==============================================================================[SUCC] All .env file variables have correct values# ==============================================================================# Checking required Devilbox core directories exist# ==============================================================================[SUCC] All PHP cfg/ sub directories are present[SUCC] All PHP log/ sub directories are present[SUCC] All PHP mod/ sub directories are present[SUCC] All HTTPD cfg/ sub directories are present[SUCC] All HTTPD log/ sub directories are present# ==============================================================================# Checking devilbox core directory permissions# ==============================================================================[SUCC] All devilbox directories have correct permissions[SUCC] All devilbox directories have correct uid[SUCC] All devilbox directories have correct gid# ==============================================================================# Checking devilbox core file permissions# ==============================================================================[SUCC] All devilbox files have correct permissions[SUCC] All devilbox files have correct uid[SUCC] All devilbox files have correct gid# ==============================================================================# Checking projects permissions# ==============================================================================[SUCC] All project dirs have correct permissions[SUCC] All project dirs have correct uid[SUCC] All project dirs have correct gid# ==============================================================================# Checking projects settings# ==============================================================================[SUCC] All projects have valid DNS records[SUCC] All projects have valid HTTPD_DOCROOT_DIR# ==============================================================================# Checking customizations# ==============================================================================[NOTE] [docker] Custom docker-compose.override.yml present# ==============================================================================# SUMMARY# ==============================================================================[SUCC] Found no errors[NOTE] 1 custom configurations applied. If you encounter issues, reset them first.[INFO] Ensure to run 'docker-compose stop; docker-compose rm -f' on .env changes or custom configsLACE THIS LINE WITH OUTPUT FROM ABOVE COMMAND >>>
I downloaded the latest version of adminer from https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1-en.php and overwrote the file in .devilbox/www/htdocs/vendor/adminer-4.8.1-en.php and it works perfectly.
I am preparing a pull request...
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
OS / ENVIRONMENT
SUMMARY
Wrong css in adminer tool
STEPS TO REPRODUCE
Navigate to http://localhost/vendor/adminer-4.8.1-en.php
OTHER INFORMATION
Start command
Outputs
I downloaded the latest version of adminer from
https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1-en.php
and overwrote the file in.devilbox/www/htdocs/vendor/adminer-4.8.1-en.php
and it works perfectly.I am preparing a pull request...
The text was updated successfully, but these errors were encountered: