A Docker-based installer and runtime for the Symfony web framework, with full HTTP/2, HTTP/3 and HTTPS support.
- If not already done, install Docker Compose
- Run
docker compose build --pull --no-cacheto build fresh images - Run
docker compose up(the logs will be displayed in the current shell) or Rundocker compose up -dto run in background - Open
https://localhostin your favorite web browser and accept the auto-generated TLS certificate - Run
docker compose down --remove-orphansto stop the Docker containers. - Run
docker compose logs -fto display current logs,docker compose logs -f [CONTAINER_NAME]to display specific container's current logs