1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 09:05:08 +02:00

Add docker-compose setup

This commit is contained in:
Steve Clay
2024-01-03 21:41:47 -05:00
parent 104ccd2bfe
commit 3047f5c48f

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3.7"
services:
apache:
image: php:8.3-apache
ports:
- 8080:80
volumes:
- .:/var/www/html/min