Files
containers/bitnami/python/3.8/debian-11/docker-compose.yml
2023-06-27 08:25:09 +02:00

14 lines
275 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.8
ports:
- 8000:8000
volumes:
- .:/app