Update README.md

master
Tai 1 year ago committed by GitHub
parent 70cbbe7d2b
commit 96028eabce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,12 +27,16 @@ urls.YOURDOMAIN.com {
### docker-compose.yml
Change urls.YOURDOMAIN.com under DEFAULT_DOMAIN
Change SOMESTRONGPASSWORD twice.
Change GEOLITE_LICENSE_KEY= (how to get your key here: https://shlink.io/documentation/geolite-license-key/)
On your first docker-compose up -d run the command `docker exec -it shlink shlink api-key:generate` to get your API key. You'll need this key for the servers.json file.
Change GEOLITE_LICENSE_KEY=yoUR1ge2OliTE3key1 (how to get your key here: https://shlink.io/documentation/geolite-license-key/)
Save the docker-compose.yml
Run `docker-compose up -d` for the first time then run the command `docker exec -it shlink shlink api-key:generate` to get your API key. You'll need this key for the servers.json file.
then do `docker-compose down` we will bring it back up after creating servers.json below this section.
After that, do `docker-compose down` we will bring it back up after creating servers.json below this section.
```
version: '3.3'
@ -94,4 +98,4 @@ Get API key from the steps described above.
```
After you have servers.json and docker-compose.yml set up. Run `docker-compose up -d` one last time.
Visit https://u.YOURDOMAIN.com not https://urls.YOURDOMAIN.com to access the web app.
Visit https://u.YOURDOMAIN.com not https://urls.YOURDOMAIN.com to access the web app.

Loading…
Cancel
Save