This website works better with JavaScript.
Home
Explore
Help
Sign In
dcovington
/
Apache_Docker_Proxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
init
master
Daniel Covington
2 weeks ago
commit
c5627651ff
1 changed files
with
19 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-0
docker-compose.yml
+ 19
- 0
docker-compose.yml
View 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…
Cancel
Save
Powered by
TurnKey Linux
.