Skip to content

Internal error has occured ... access error 500 #114

Answered by fawqsir
fawqsir asked this question in Help wanted
Discussion options

You must be logged in to vote

Sorry for the late reply.... life got unexpectedly busy. I have changed from the stable tag to the latest tag and all seems to be going well.

This works well with traefik 2.9.10 and includes proper working cors including prefetch.

Here is the final docker-compose file:

version: '3'

services:
  shlink-app:
    container_name: ${CONTAINER_NAME:-shlink}-app
    image: ghcr.io/shlinkio/shlink:${TAG:-latest}
    environment:
      DEFAULT_DOMAIN: ${DOMAIN_NAME}
      BASE_PATH: /url
      PORT: ${PORT:-8080}
      TIMEZONE: ${TZ:-America/Regina}
      GEOLITE_LICENSE_KEY: ${GEOLITE_LICENSE_KEY}
      DB_DRIVER: postgres
      DB_USER: ${POSTGRES_USER:-shlink}
      DB_NAME: ${POSTGRES_DB:-shl…

Replies: 0 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@fawqsir
Comment options

Answer selected by acelaya
@acelaya
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Shlink Discussions related with https://github.com/shlinkio/shlink
2 participants