rename container to keep the same original structure
This commit is contained in:
parent
f33835ec24
commit
2ddbbd23a7
5 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
Only build for arm right now, based on php-apache images
|
||||
|
||||
```bash
|
||||
docker run -d --name container_name -v ./www:/var/www/html -v ./php:/usr/local/etc/php/conf.d git.paucapo.com/server/php-apache:8.2
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue