mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 23:39:54 +03:00
Added GEOLITE_LICENSE_KEY env var to basic docker example, to encourage using it
This commit is contained in:
parent
a1c74c4038
commit
4d4423413d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ It also expects these two env vars to be provided, in order to properly generate
|
|||
So based on this, to run shlink on a local docker service, you should run a command like this:
|
||||
|
||||
```bash
|
||||
docker run --name shlink -p 8080:8080 -e SHORT_DOMAIN_HOST=doma.in -e SHORT_DOMAIN_SCHEMA=https shlinkio/shlink:stable
|
||||
docker run --name shlink -p 8080:8080 -e SHORT_DOMAIN_HOST=doma.in -e SHORT_DOMAIN_SCHEMA=https -e GEOLITE_LICENSE_KEY=kjh23ljkbndskj345 shlinkio/shlink:stable
|
||||
```
|
||||
|
||||
### Interact with shlink's CLI on a running container.
|
||||
|
|
Loading…
Add table
Reference in a new issue