rework all docker images to use debian slim
This commit is contained in:
parent
9d5a6833ae
commit
62036249fd
10 changed files with 180 additions and 103 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Only build for arm right now, based on php-apache images
|
||||
Only build for arm right now, based on debian:bookworm-slim images and some code of php:8.2-apache, version 7.4 and 8.2
|
||||
|
||||
```bash
|
||||
docker run -d --name container_name \
|
||||
-v ./www:/var/www/html \
|
||||
-v ./php:/usr/local/etc/php/conf.d \
|
||||
-v ./msmpt.yaml:/etc/msmtprc \
|
||||
git.paucapo.com/server/php:8.2-apache
|
||||
git.paucapo.com/server/php:8.2
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue