Files
lemp-dockerized/.env
2025-08-04 09:47:48 +02:00

18 lines
383 B
Bash

# IPv4
NGINX_HTTP_IPV4_HOST=127.0.0.1
NGINX_HTTP_IPV4_PORT=8888
NGINX_HTTPS_IPV4_HOST=127.0.0.1
NGINX_HTTPS_IPV4_PORT=8843
# IPv6
NGINX_HTTP_IPV6_HOST=::1
NGINX_HTTP_IPV6_PORT=8888
NGINX_HTTPS_IPV6_HOST=::1
NGINX_HTTPS_IPV6_PORT=8843
# Container Ports (constant)
NGINX_CONTAINER_HTTP_PORT=80
NGINX_CONTAINER_HTTPS_PORT=443
PHP_VERSIONS= # Set this without quotes! ex: 8.1 7.1 7.3