docker image
This commit is contained in:
parent
fa325ed594
commit
399f175b0c
3 changed files with 5 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ services:
|
|||
user: root
|
||||
|
||||
open_notebook:
|
||||
image: lfnovo/open-notebook:latest
|
||||
image: lfnovo/open_notebook:latest
|
||||
ports:
|
||||
- "8502:8502"
|
||||
env_file:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ services:
|
|||
user: root
|
||||
|
||||
open_notebook:
|
||||
image: lfnovo/open-notebook:latest
|
||||
image: lfnovo/open_notebook:latest
|
||||
ports:
|
||||
- "8080:8502"
|
||||
env_file:
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
user: root
|
||||
|
||||
open_notebook:
|
||||
image: lfnovo/open-notebook:latest
|
||||
image: lfnovo/open_notebook:latest
|
||||
ports:
|
||||
- "8080:8502"
|
||||
env_file:
|
||||
|
|
@ -58,7 +58,7 @@ services:
|
|||
user: root
|
||||
|
||||
open_notebook:
|
||||
image: lfnovo/open-notebook:latest
|
||||
image: lfnovo/open_notebook:latest
|
||||
ports:
|
||||
- "8080:8502"
|
||||
environment:
|
||||
|
|
@ -167,4 +167,4 @@ Just run `git pull` on the root project folder and then `poetry install` to upda
|
|||
|
||||
### Running from docker
|
||||
|
||||
Just pull the latest image with `docker pull lfnovo/open-notebook:latest` and restart your containers with `docker-compose up -d`
|
||||
Just pull the latest image with `docker pull lfnovo/open_notebook:latest` and restart your containers with `docker-compose up -d`
|
||||
Loading…
Reference in a new issue