mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Fran Mulero <fmulero@vmware.com>
11 lines
216 B
YAML
11 lines
216 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
services:
|
|
jupyterhub:
|
|
image: docker.io/bitnami/jupyterhub:4
|
|
entrypoint: ["tail", "-f", "/dev/null"]
|
|
ports:
|
|
- 8081:8081
|