소스 검색

init

master
Daniel Covington 2 주 전
커밋
c5627651ff
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. +19
    -0
      docker-compose.yml

+ 19
- 0
docker-compose.yml 파일 보기

@@ -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

불러오는 중...
취소
저장

Powered by TurnKey Linux.