From 399f175b0c21cc690125ac2968922596a0aac407 Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Mon, 28 Oct 2024 12:03:05 -0300 Subject: [PATCH] docker image --- README.md | 2 +- docker-compose.yml | 2 +- docs/SETUP.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 088fe08..9f9c745 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ services: user: root open_notebook: - image: lfnovo/open-notebook:latest + image: lfnovo/open_notebook:latest ports: - "8502:8502" env_file: diff --git a/docker-compose.yml b/docker-compose.yml index 97adbd7..3fb6369 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: user: root open_notebook: - image: lfnovo/open-notebook:latest + image: lfnovo/open_notebook:latest ports: - "8080:8502" env_file: diff --git a/docs/SETUP.md b/docs/SETUP.md index 7a8d616..c459caa 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -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` \ No newline at end of file +Just pull the latest image with `docker pull lfnovo/open_notebook:latest` and restart your containers with `docker-compose up -d` \ No newline at end of file