mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
3.6.8-rhel-7-r0 release
This commit is contained in:
10
bitnami/python/3.6/rhel-7/docker-compose.yml
Normal file
10
bitnami/python/3.6/rhel-7/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user