added 4 lights php container

This commit is contained in:
2024-07-18 13:43:34 -07:00
parent afe4e9b34b
commit a8244093ac
3 changed files with 166 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
version: "3.3"
services:
php-apache:
image: "4lights/phpcontainer:latest"
restart: always
volumes:
- "${VOL_PATH:-./data}/website:/data"
- "${VOL_PATH:-./config}/php.ini:/usr/local/etc/php/php.ini"
ports:
- "${DOCKERPORT}:80"