Cleanup, wiki add
This commit is contained in:
8
.env
8
.env
@@ -1,17 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# See https://docs.docker.com/compose/environment-variables/#the-env-file
|
||||
|
||||
# Nginx
|
||||
NGINX_HOST=localhost
|
||||
|
||||
# PHP
|
||||
|
||||
# See https://hub.docker.com/r/nanoninja/php-fpm/tags/
|
||||
PHP_VERSION=latest
|
||||
PHP_VERSION=7.2
|
||||
|
||||
# MySQL
|
||||
MYSQL_VERSION=5.7.22
|
||||
# MariaDB
|
||||
MARIADB_VERSION=10.3.8
|
||||
MYSQL_HOST=mysql
|
||||
MYSQL_DATABASE=test
|
||||
MYSQL_ROOT_USER=root
|
||||
|
||||
Reference in New Issue
Block a user