Daniel Covington 2 settimane fa
commit
c5627651ff
1 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  1. +19
    -0
      docker-compose.yml

+ 19
- 0
docker-compose.yml Vedi 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…
Annulla
Salva

Powered by TurnKey Linux.