mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
8 lines
171 B
YAML
8 lines
171 B
YAML
version: '2'
|
|
services:
|
|
jupyter-base-notebook:
|
|
image: docker.io/bitnami/jupyter-base-notebook:2
|
|
command: ["tail", "-f", "/dev/null"]
|
|
ports:
|
|
- 8888:8888
|