Added notes for API key
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
shlink-server:
|
shlink-server:
|
||||||
image: shlinkio/shlink:latest
|
image: ghcr.io/shlinkio/shlink:latest
|
||||||
container_name: shlink
|
container_name: shlink
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
- /home/fxequals/docker/shlink/data:/data
|
- /home/fxequals/docker/shlink/data:/data
|
||||||
|
|
||||||
shlink-web-client:
|
shlink-web-client:
|
||||||
image: shlinkio/shlink-web-client
|
image: ghcr.io/shlinkio/shlink-web-client:latest
|
||||||
container_name: shlink-web-client
|
container_name: shlink-web-client
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -40,10 +40,18 @@ services:
|
|||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
SHLINK_SERVER_URL: 'https://shlinks.mydomain.net'
|
SHLINK_SERVER_URL: 'https://shlinks.mydomain.net'
|
||||||
SHLINK_SERVER_API_KEY: ${API_KEY} # <-- See Documentation
|
# SHLINK_SERVER_API_KEY: <--- See Notes
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
# Documentation available at https://shlink.io/documentation/install-docker-image/
|
# Documentation available at https://shlink.io/documentation/install-docker-image/
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
#
|
||||||
|
# Create and start container
|
||||||
|
# Run docker exec -it <SHLINK_CONTAINER_ID> shlink api-key:generate
|
||||||
|
# Copy key and go to Servers - Manage Servers - Click 3 dot menu - Edit
|
||||||
|
# Paste API key
|
||||||
|
#
|
Reference in New Issue
Block a user