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