no message

This commit is contained in:
2025-07-10 15:32:01 +09:00
parent 1c902adede
commit 035d020092

View File

@ -18,4 +18,18 @@ services:
volumes: volumes:
- ./html:/var/www/html # 소스코드 마운트 - ./html:/var/www/html # 소스코드 마운트
restart: unless-stopped restart: unless-stopped
```
### 폴더 구조
```PowerShell
| docker-compose.yml
| README.md
+---8.2
| Dockerfile
| entrypoint.sh
|
\---8.2.7
docker-compose.yml
Dockerfile
entrypoint.sh
``` ```