docker image

This commit is contained in:
LUIS NOVO 2024-10-28 12:03:05 -03:00
parent fa325ed594
commit 399f175b0c
3 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ services:
user: root
open_notebook:
image: lfnovo/open-notebook:latest
image: lfnovo/open_notebook:latest
ports:
- "8502:8502"
env_file:

View 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:

View 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`