mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
2.7.15-rhel-7-r0 release
This commit is contained in:
10
bitnami/python/2/rhel-7/docker-compose.yml
Normal file
10
bitnami/python/2/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:2-rhel-7'
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- .:/app
|
||||
Reference in New Issue
Block a user