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:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
apache:
|
||||
image: php:8.3-apache
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- .:/var/www/html/min
|
Reference in New Issue
Block a user