mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 05:37:27 +08:00
11 lines
166 B
YAML
11 lines
166 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
nginx:
|
|
image: docker.io/bitnami/nginx:1.25
|
|
ports:
|
|
- '80:8080'
|