mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
[bitnami/python] Release 3.8.18-debian-12-r25 (#62510)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
13
bitnami/python/3.8/debian-12/docker-compose.yml
Normal file
13
bitnami/python/3.8/debian-12/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
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