mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
14 lines
276 B
YAML
14 lines
276 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
python:
|
|
tty: true # Enables debugging capabilities when attached to this container.
|
|
image: docker.io/bitnami/python:3.10
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- .:/app
|