Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed Aug 2, 2017
1 parent ba6e553 commit c1f6e23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Apache Mass Virtual Host for PHP and static HTML websites.
## Features

- Uses [debian](https://hub.docker.com/_/debian/) base image
- Thin Container. Uses linked [MariaDB](https://hub.docker.com/_/mariadb/) and [SMTP](https://hub.docker.com/r/panubo/postfix/) containers for those services
- Mod PHP5 enabled
- Thin Container. Optionally uses linked [MariaDB](https://hub.docker.com/_/mariadb/) and [SMTP](https://hub.docker.com/r/panubo/postfix/) containers for those services.
- Mod PHP5 enabled
- Both "www" and "naked" domains are served from from /srv/www/sitename`

## Environment variables
Expand All @@ -18,6 +18,8 @@ SMTP Setting:
- `SMTP_PORT`
- `SMTP_HOST`

or `--link` your smtp container. msmtp is used for mail delivery. So PHP `mail()` function works without configuration changes.

Apache MPM Tuning:

- `MPM_START` - Optional: Default '5'
Expand Down

0 comments on commit c1f6e23

Please sign in to comment.