Kaynağa Gözat

init

master
Daniel Covington 2 hafta önce
işleme
c5627651ff
1 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  1. +19
    -0
      docker-compose.yml

+ 19
- 0
docker-compose.yml Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet

Powered by TurnKey Linux.