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