Skip to content

Commit 0e62e53

Browse files
committed
[hotfix] add versioning via tags
1 parent 8034b61 commit 0e62e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Please open your favorite Terminal and run the command below.
8282

8383
> If you wish to get correct time, replace TZ=<timzone> with your timezone. You can find list of supported timezones [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
8484
```bash
85-
docker run --rm --detach --name genular --tty --interactive --env IS_DOCKER='true' --env TZ=America/Los_Angeles --volume genular_data:/mnt/usrdata --publish 3010:3010 --publish 3011:3011 --publish 3012:3012 --publish 3013:3013 genular/simon:latest
85+
docker run --rm --detach --name genular --tty --interactive --env IS_DOCKER='true' --env TZ=America/Los_Angeles --volume genular_data:/mnt/usrdata --publish 3010:3010 --publish 3011:3011 --publish 3012:3012 --publish 3013:3013 genular/simon:0.1.0
8686
```
8787
Once command is executed and the `SIMON` is started you can access it on `http://localhost:3010` and create your account.
8888
- If you get asked please allow connections through your Windows Firewall.

0 commit comments

Comments
 (0)