Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 264 Bytes

File metadata and controls

11 lines (9 loc) · 264 Bytes

Simple PHP Docker with Docker Compose

  • Uses PHP 8.3
  • Uses Apache
  • Includes Apache mod_rewrite

Usage

  • docker-compose up -d to start the container
  • docker-compose down to stop the container

Local domain

  • Access the site at http://localhost:9000