Browse Source

init

master
Daniel Covington 2 weeks ago
commit
c5627651ff
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      docker-compose.yml

+ 19
- 0
docker-compose.yml View File

@@ -0,0 +1,19 @@
services:
apache-proxy:
image: httpd:2.4
container_name: apache-proxy
restart: unless-stopped

ports:
- "80:80"

volumes:
- ./httpd.conf:/usr/local/apache2/conf/httpd.conf:ro
- ./vhosts.conf:/usr/local/apache2/conf/extra/vhosts.conf:ro

networks:
- proxy

networks:
proxy:
external: true

Loading…
Cancel
Save

Powered by TurnKey Linux.