bitnami-containers/bitnami/python/2/rhel-7/docker-compose.yml

11 lines
208 B
YAML

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