mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
16 lines
256 B
YAML
16 lines
256 B
YAML
version: '2'
|
|
|
|
services:
|
|
apache:
|
|
image: 'bitnami/apache:latest'
|
|
labels:
|
|
kompose.service.type: nodeport
|
|
ports:
|
|
- '80:80'
|
|
- '443:443'
|
|
volumes:
|
|
- 'apache_data:/bitnami/apache'
|
|
volumes:
|
|
apache_data:
|
|
driver: local
|