summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/compose.yml b/compose.yml
index 7f39674..533a265 100644
--- a/compose.yml
+++ b/compose.yml
@@ -1,10 +1,6 @@
services:
app:
-# image: httpd:2.4
build: .
ports:
- 127.0.0.1:9019:80
- volumes:
- - ./www:/usr/local/apache2/htdocs/
- - ./httpd.conf:/use/local/apache2/conf/httpd.conf:ro
restart: unless-stopped