version: '2' services: apache: image: 'bitnami/apache:latest' ports: - '80:80' - '443:443' volumes: - 'apache_data:/bitnami/apache' volumes: apache_data: driver: local