mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 20:09:50 +02:00
alias
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
APPNAME=jupyter
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
name: jupyter
|
||||||
|
services:
|
||||||
|
base-notebook:
|
||||||
|
ports:
|
||||||
|
- 8888:8888
|
||||||
|
volumes:
|
||||||
|
- /share/docker_data/jupyter:/home/jovyan/work
|
||||||
|
image: jupyter/base-notebook
|
||||||
Reference in New Issue
Block a user