15 lines
343 B
YAML
15 lines
343 B
YAML
version: '2'
|
|
|
|
services:
|
|
apache:
|
|
image: 'bitnami/apache:latest'
|
|
ports:
|
|
- '8011:2080'
|
|
- '8012:20443'
|
|
environment:
|
|
- APACHE_HTTP_PORT_NUMBER=2080
|
|
- APACHE_HTTPS_PORT_NUMBER=20443
|
|
volumes:
|
|
- ./docker-persist/app:/app
|
|
- ./docker-persist/vhost/dhitechnical.conf:/vhosts/dhitechnical.conf:ro
|