mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 07:08:53 +08:00
15 lines
200 B
YAML
15 lines
200 B
YAML
version: '2'
|
|
|
|
services:
|
|
nginx:
|
|
image: 'bitnami/nginx:latest'
|
|
ports:
|
|
- '80:8080'
|
|
- '443:8443'
|
|
volumes:
|
|
- 'nginx_data:/bitnami'
|
|
|
|
volumes:
|
|
nginx_data:
|
|
driver: local
|