mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 07:58:34 +02:00
renamed customer user group
This commit is contained in:
@ -188,4 +188,6 @@ services:
|
|||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 2
|
retries: 2
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
|
wud.watch: true
|
||||||
|
wud.watch.digest: true
|
@ -5,4 +5,4 @@ services:
|
|||||||
- 8888:8888
|
- 8888:8888
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/jupyter:/home/jovyan/work
|
- /share/docker_data/jupyter:/home/jovyan/work
|
||||||
image: jupyter/base-notebook
|
image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest
|
Reference in New Issue
Block a user