Files
apatch-test/docker-compose.yaml
Rerurate_514-Researchable 5ba984ff4f 不必要なコメントの削除
2026-04-21 19:39:43 +09:00

11 lines
179 B
YAML

services:
apache:
build: .
container_name: apache-server
ports:
- "8080:80"
volumes:
- ./html:/usr/local/apache2/htdocs
restart: unless-stopped