Files
containers/bitnami/python/2/debian-10/docker-compose.yml
2021-04-08 04:53:26 +00:00

11 lines
209 B
YAML

version: '2'
services:
python:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/python:2
ports:
- 8000:8000
volumes:
- .:/app