-e DB\_HOST=yourdatabase.com \ 为数据库地址 三、使用 docker 镜像安装 Shlink 的 web面板【并使用 nginx 反代(可选)】 我们先获取 Shlink 的 API密钥 使用命令行运行命令,其中的 my\_shlink 为 Shlink 的容器名 docker exec -it my_shlink shlink api-key:generate 得到Shlink 的 API密钥,记录下来 接...
2.使用其他数据库(支持mysql、maria、postgres、mssql) 如果要使用其他数据库只需要在 docker run 的代码里添加相应的环境变量就可以了,例如 代码语言:javascript 复制 docker run \--name my_shlink \-p25600:8080\-eDEFAULT_DOMAIN=shlink.io \-eIS_HTTPS_ENABLED=true\-eGEOLITE_LICENSE_KEY=Ojf***di***...
Note: Find outhow to update the Shlink containerwith the latest image. Note:How to Back Up Docker Containers on your Synology NAS. Note: Can I run Docker on my Synology NAS?See the supported models. Note:How to Free Disk Space on Your NAS if You Run Docker. Note:How to Schedule Star...
{WATCHTOWER_VERSION:-latest} env_file: environment.d/watchtower.env environment: WATCHTOWER_SCOPE: ${COMPOSE_PROJECT_NAME} volumes: - /var/run/docker.sock:/var/run/docker.sock - /etc/localtime:/etc/localtime:ro labels: com.centurylinklabs.watchtower.scope: ${COMPOSE_PROJECT_NAME} restart: ...
Docker image You can learn how to use the official docker image by reading the docs. The idea is that you can just generate a container using the image and provide the custom config via env vars. Self-hosted First, make sure the host where you are going to run shlink fulfills these re...
shlink-api-spec-ui:Swagger UI应用程序,可用于加载shlink的Open API规范 开发技术 - 其它 Ce**囚碟上传156KB文件格式zip Shlink API规范用户界面 Swagger UI应用程序,可用于加载shlink的Open API规范。 托管在 。 (0)踩踩(0) 所需:1积分
Shlink version =4.1.1 PHP version How do you serve Shlink Other (explain in summary) Database engine MySQL Database version Current behavior The version passed and set in the app is the one used as docker tag, rather than the git tag. Th...
How Shlink is set-up Shlink Version: v2.10.0 PHP Version: Running in Docker How do you serve Shlink: Docker Image Database engine used: MariaDB Server is behind an nginx proxy (based inside LinuxServer/swag) Summary Previous versions app...
Right now, the docker image cannot be run and stopped via Ctrl+C. Also, when running via docker compose or other orchestrators, it seems to take always ~10s to stop, which feels like a timeout.Activity acelayamentioned this on Oct 22, 2024 Feature/docker signals #2228 acelayaclosed ...
#832 Added support to customize the port in which the docker image listens by using the PORT env var or the port config option. #860 Added support to import links from bit.ly. Run the command short-urls:import bitly and introduce requested information in order to import all your links. ...