mirror of
https://github.com/bitnami/containers.git
synced 2026-02-23 00:37:25 +08:00
14 lines
207 B
YAML
14 lines
207 B
YAML
version: '2'
|
|
|
|
services:
|
|
apache:
|
|
image: 'bitnami/apache:latest'
|
|
ports:
|
|
- '80:80'
|
|
- '443:443'
|
|
volumes:
|
|
- 'apache_data:/bitnami/apache'
|
|
volumes:
|
|
apache_data:
|
|
driver: local
|