Files
containers/bitnami/python/3.6/rhel-7/docker-compose.yml
2019-02-15 12:27:42 +00:00

11 lines
210 B
YAML

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