mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
8 lines
171 B
YAML
8 lines
171 B
YAML
version: '2'
|
|
services:
|
|
jupyter-base-notebook:
|
|
image: docker.io/bitnami/jupyter-base-notebook:3
|
|
command: ["tail", "-f", "/dev/null"]
|
|
ports:
|
|
- 8888:8888
|