6 lines
129 B
Bash
6 lines
129 B
Bash
HOST_HTTP_PORT=80
|
|
HOST_HTTPS_PORT=443
|
|
NGINX_HTTP_PORT=8888
|
|
NGINX_HTTPS_PORT=8843
|
|
PHP_VERSIONS=7.2 7.1 # Set this without quotes!
|