mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 00:57:23 +08:00
3.8.13-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
cf0f25674b
commit
e5dcc546fe
10
bitnami/python/3.8/debian-11/docker-compose.yml
Normal file
10
bitnami/python/3.8/debian-11/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
python:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: docker.io/bitnami/python:3.8
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- .:/app
|
||||
Reference in New Issue
Block a user