Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
dcovington
/
Apache_Docker_Proxy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
init
master
Daniel Covington
2 settimane fa
commit
c5627651ff
1 ha cambiato i file
con
19 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Annulla
Salva
Powered by
TurnKey Linux
.