File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ volumes:
5252 jupyter-hub-shared-scratch :
5353 driver : local
5454
55+ # ---------------------------------------------------------------------------#
56+ # Docker networks. #
57+ # ---------------------------------------------------------------------------#
5558networks :
5659 cognet :
5760 name : cogstack-net
Original file line number Diff line number Diff line change 11services :
22 cogstack-jupyter-hub :
3- image : cogstacksystems/jupyter-hub:2.0.1 -${CPU_ARCHITECTURE:-amd64}
3+ image : cogstacksystems/jupyter-hub:2.0.2 -${CPU_ARCHITECTURE:-amd64}
44 container_name : cogstack-jupyter-hub
55 restart : always
66 environment :
@@ -50,6 +50,9 @@ volumes:
5050 jupyter-hub-shared-scratch :
5151 driver : local
5252
53+ # ---------------------------------------------------------------------------#
54+ # Docker networks. #
55+ # ---------------------------------------------------------------------------#
5356networks :
5457 cognet :
5558 driver : bridge
You can’t perform that action at this time.
0 commit comments