forked from wodby/docker4drupal
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Based on a the following comment let's compare the Apache performance solution.
This is the proposed apache solution:
apache:
image: inetprocess/apache:2.4
volumes:
- docker-sync-html:/var/www/html
- ./conf/inetprocess/vhost.conf:/etc/apache2/sites-available/vhost.conf
links:
- php
environment:
APACHE_UID: 82
APACHE_GID: 82
labels:
- 'traefik.backend=docker_apache'
- 'traefik.port=80'
- 'traefik.frontend.rule=Host: mysite.local'
Metadata
Metadata
Assignees
Labels
No labels