Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 590 Bytes

XAMPP with Docker

Build and run a Dockerized setup that includes XAMPP.

You can find it on Docker Hub: https://hub.docker.com/r/domintr/xampp

Create C:/www folder and place your websites there.

Ports used:

  • Apache: 1080/1443(for https)
  • MySQL: 4306

To run:

  1. Copy both the 'docker-compose.yml' and 'Dockerfile' files into the same directory.
  2. Execute docker compose up.

You can change the XAMPP version by modifying the download URL in the 'Dockerfile'. This can be useful for future updates and security considerations.