Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Force Apache to use bridge network
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fernandez committed Jul 8, 2017
1 parent 63bd95e commit 3abfdec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ services:
- /opt/dockerapps/{{ instance_name }}/httpd.conf:/usr/local/apache2/conf/httpd.conf:ro,z
- /opt/dockerapps/{{ instance_name }}/sites-enabled/:/usr/local/apache2/conf/sites-enabled/:ro,z
- /opt/dockerapps/{{ instance_name }}/letsencrypt/:/etc/letsencrypt/:ro,z
- /opt/dockerapps/{{ instance_name }}/.htpasswd/:/usr/local/apache2/htpasswd/:ro,z
- /opt/dockerapps/{{ instance_name }}/.htpasswd/:/usr/local/apache2/.htpasswd/:ro,z
network_mode: bridge
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##############MANAGED BY ANSIBLE, DO NOT CHANGE##############
<VirtualHost *:443>
ServerName {{ site.subdomain }}.{{ domain_name }}
ServerName {{ site.subdomain }}.{{ domain }}
ProxyRequests Off
ProxyPreserveHost On
SSLEngine On
Expand Down

0 comments on commit 3abfdec

Please sign in to comment.