Skip to content

Commit 85a491c

Browse files
Bot Updating Documentation
1 parent 625b4e3 commit 85a491c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/images/docker-hishtory-server.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The architectures supported by this image are:
3737

3838
## Application Setup
3939

40-
After you have installed hishtory on your machine, add `export HISHTORY_SERVER=http://1.2.3.4:8080` (with your server details) to your shellrc. Then run `hishtory init` (or `hishtory init ${SECRET_KEY}`) to initialise hishtory against your local server.
40+
After you have installed hishtory on your machine, add `export HISHTORY_SERVER=http://127.0.0.1:8080` (with your server details) to your shellrc. Then run `hishtory init` (or `hishtory init ${SECRET_KEY}`) to initialise hishtory against your local server.
4141

4242
See the [project readme](https://github.com/ddworken/hishtory/blob/master/README.md) for more details.
4343

@@ -325,13 +325,14 @@ To help with development, we generate this dependency graph.
325325
svc-hishtory -> legacy-services
326326
}
327327
Base Images: {
328-
"baseimage-alpine:3.22"
328+
"baseimage-alpine:3.23"
329329
}
330330
"hishtory-server:latest" <- Base Images
331331
```
332332

333333
## Versions
334334

335+
* **25.12.25:** - Rebase to Alpine 3.23.
335336
* **05.07.25:** - Rebase to Alpine 3.22.
336337
* **19.12.24:** - Rebase to Alpine 3.21.
337338
* **26.08.24:** - Bump to go 1.23

0 commit comments

Comments
 (0)