Daniel Covington il y a 2 semaines
révision
c5627651ff
1 fichiers modifiés avec 19 ajouts et 0 suppressions
  1. +19
    -0
      docker-compose.yml

+ 19
- 0
docker-compose.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer

Powered by TurnKey Linux.