Files
containers/bitnami/python/3.6/debian-9/docker-compose.yml
Bitnami Bot 7ecedfc534 3.6.6-debian-9-r0 release
Update python to 3.6.6
2018-08-07 10:56:55 +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