Files
containers/bitnami/python/3.6-prod/ol-7/docker-compose.yml
2019-02-04 12:32:18 +00:00

11 lines
213 B
YAML

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