Skip to content

Commit 6de0c69

Browse files
author
haxwithaxe
committed
Fixed image name in README.md
1 parent 9728020 commit 6de0c69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ This image is based on `https://github.com/zeidlos/hamclock-docker` and `https:/
1212
The `DISPLAY_RES` environment variable is used to select the resolution of HamClock. Valid options are ``800x480``, ``1600x960``, ``2400x1440``, and ``3200x1920``. The default value is ``1600x960``.
1313

1414
## Docker Run
15-
1. Run Hamclock using `docker run --user 63058:63058 --name hamclock -e DISPLAY_RES=<your prefered resolution> -d -p 8081:8081 -p 8080:8080 --volume ./data:/hamclock/.hamclock ghcr.io/haxwithaxe/hamclock`. ``63058`` is just a random number you can use anything or omit the `--user` option to run as ``root``. While the user can be random it must be consistent between runs.
15+
1. Run Hamclock using `docker run --user 63058:63058 --name hamclock -e DISPLAY_RES=<your prefered resolution> -d -p 8081:8081 -p 8080:8080 --volume ./data:/hamclock/.hamclock ghcr.io/haxwithaxe/hamclock-docker`. ``63058`` is just a random number you can use anything or omit the `--user` option to run as ``root``. While the user can be random it must be consistent between runs.
1616
2. Go to [http://localhost:8081/live.html](http://localhost:8081/live.html).
1717

1818
## Docker Compose Example
1919
```yaml
2020
services:
2121
hamclock:
22-
image: ghcr.io/haxwithaxe/hamclock:latest
22+
image: ghcr.io/haxwithaxe/hamclock-docker:latest
2323
name: hamclock
2424
user: 63058:63058
2525
environment:

0 commit comments

Comments
 (0)