modify document.

This commit is contained in:
luming 2024-01-15 17:42:52 +08:00
parent 7cf7e93622
commit 32692b8e8d

View File

@ -25,7 +25,7 @@ example.com:80 {
- Run the container with the following command. Example:
```bash
docker run -d -p 80:80 -p 443:443 -v /path/to/your/Caddyfile:/etc/caddy/Caddyfile -v /path/to/your/site:/www/websites --name caddyserver-php-fpm rainautos/caddyserver-php-fpm
docker run -d -p 80:80 -p 443:443 -v /path/to/your/Caddyfile:/etc/caddy/Caddyfile -v /path/to/your/site:/www/websites --name caddyserver-php-fpm rainautos/caddyserver-php-fpm:latest
```
### Docker Compose [Multi-container]