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