mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 01:07:20 +08:00
17 lines
247 B
YAML
17 lines
247 B
YAML
version: '2'
|
|
|
|
services:
|
|
nginx:
|
|
image: 'bitnami/nginx:1'
|
|
labels:
|
|
kompose.service.type: nodeport
|
|
ports:
|
|
- '80:80'
|
|
- '443:443'
|
|
volumes:
|
|
- 'nginx_data:/bitnami/nginx'
|
|
|
|
volumes:
|
|
nginx_data:
|
|
driver: local
|