mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-09 10:39:11 +02:00
Make Docker web port configurable
This commit is contained in:
parent
ad0b25b703
commit
464436ea06
3 changed files with 7 additions and 1 deletions
|
|
@ -56,6 +56,8 @@ docker compose up -d --build
|
|||
```
|
||||
Compose starts Odysseus, ChromaDB, SearXNG, and ntfy. First run does a full
|
||||
image build. Open `http://localhost:7000` after the containers are healthy.
|
||||
If port `7000` is already taken, set `APP_PORT=7001` (or another free port)
|
||||
in `.env`, recreate the container, and open `http://localhost:7001`.
|
||||
|
||||
Cookbook remote servers use an Odysseus-owned SSH key from `./data/ssh`
|
||||
inside Docker. In **Cookbook -> Settings -> Servers**, generate/copy the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue