mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-02 21:30:38 +00:00
docs: deprecate single-container image in favor of Docker Compose
The v1-single image is being phased out ahead of v2. This adds deprecation notices to the single-container docs and replaces v1-latest-single image references with v1-latest across all configuration guides and issue templates. Closes #498
This commit is contained in:
parent
c36782e5c5
commit
309004aef4
11 changed files with 31 additions and 35 deletions
|
|
@ -30,8 +30,8 @@ body:
|
|||
label: Installation Method
|
||||
description: How are you trying to install Open Notebook?
|
||||
options:
|
||||
- Docker (single container - v1-latest-single)
|
||||
- Docker (multi-container - docker-compose)
|
||||
- Docker (docker-compose - recommended)
|
||||
- Docker (single container - v1-latest-single, deprecated)
|
||||
- Local development (make start-all)
|
||||
- Other (please specify below)
|
||||
validations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue