9 lines
197 B
YAML
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 |