Files
containers/bitnami/python/3.6/debian-10/docker-compose.yml
2020-01-23 23:55:54 +00:00

11 lines
203 B
YAML

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