rename container to keep the same original structure

This commit is contained in:
Pau Capó 2023-11-20 20:36:11 +01:00
parent f33835ec24
commit 2ddbbd23a7
5 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
Only build for arm right now, based on php-apache images Only build for arm right now, based on php-apache images
```bash ```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
``` ```