Files
containers/bitnami/apache/2.4/docker-compose.yml
Bitnami Bot 9abe446f55 2.4.26-r1 release
Removes VOLUME instruction from the Dockerfile
2017-07-04 16:07:44 +00:00

16 lines
246 B
YAML

version: '2'
services:
apache:
image: 'bitnami/apache:2.4'
labels:
kompose.service.type: nodeport
ports:
- '80:80'
- '443:443'
volumes:
- 'apache_data:/bitnami'
volumes:
apache_data:
driver: local