docker-ahi/apache/docker-compose.yml
2025-07-16 17:04:45 +02:00

9 lines
197 B
YAML

services:
apache:
build:
context: ./
dockerfile: Dockerfile
volumes:
- ./conf/httpd.conf:/usr/local/apache2/conf/httpd.conf
network_mode: host
restart: always