mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 08:04:33 +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:4
|
|
command: ["tail", "-f", "/dev/null"]
|
|
ports:
|
|
- 8888:8888
|