1
0

Added notes for API key

This commit is contained in:
2025-07-14 21:13:29 -04:00
parent 7f29ec6104
commit f8c862cb7f

View File

@@ -7,7 +7,7 @@
services:
shlink-server:
image: shlinkio/shlink:latest
image: ghcr.io/shlinkio/shlink:latest
container_name: shlink
restart: unless-stopped
@@ -29,7 +29,7 @@ services:
- /home/fxequals/docker/shlink/data:/data
shlink-web-client:
image: shlinkio/shlink-web-client
image: ghcr.io/shlinkio/shlink-web-client:latest
container_name: shlink-web-client
restart: unless-stopped
@@ -40,10 +40,18 @@ services:
PUID: 1000
PGID: 1000
SHLINK_SERVER_URL: 'https://shlinks.mydomain.net'
SHLINK_SERVER_API_KEY: ${API_KEY} # <-- See Documentation
# SHLINK_SERVER_API_KEY: <--- See Notes
networks:
proxy:
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
#