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
+25
View File
@@ -0,0 +1,25 @@
# 4 Light's Php Container
Proxy Port: 80
## Preperation
You should copy over the php.ini.
In your data directory there should be a public folder for apache.
## Docker Compose Extend
Now using extend you can call the service:
```yaml
version: '3.4'
services:
stash:
extends:
file: ${COOKBOOK}/phpcontainer/docker-compose.yml
service: php-apache
env_file:
- .env
```