mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
11 lines
212 B
YAML
11 lines
212 B
YAML
version: '2'
|
|
|
|
services:
|
|
python:
|
|
tty: true # Enables debugging capabilities when attached to this container.
|
|
image: docker.io/bitnami/python:3.11
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- .:/app
|