9 lines
301 B
Markdown
9 lines
301 B
Markdown
amd64 and arm64/v8, 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
|
|
```
|