mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 06:47:29 +08:00
10 lines
147 B
YAML
10 lines
147 B
YAML
version: '2'
|
|
|
|
services:
|
|
nginx:
|
|
image: 'bitnami/nginx:1.16'
|
|
ports:
|
|
- '80:8080'
|
|
environment:
|
|
- NGINX_HTTP_PORT_NUMBER=8080
|