Skip to content

Compare apache performance solution #10

@nicobot

Description

@nicobot

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions