Files
containers/bitnami/python/2/docker-compose.yml
2018-06-07 03:54:07 +00:00

11 lines
201 B
YAML

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