LinkStackOrg / linkstack-docker

A simple to set up docker variant of LinkStack. LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface.
https://linkstack.org/docker
GNU Affero General Public License v3.0
335 stars 41 forks source link

Fonts returning 404 when trying to add a link #116

Open jonathann92 opened 6 months ago

jonathann92 commented 6 months ago

Description

When I am trying to add a link, I noticed in the browser network debugger some fonts are returning 404. I'm running docker locally using the suggested run command:

docker volume create linkstack

docker run --detach \
    --name linkstack \
    --publish 80:80 \
    --publish 443:443 \
    --restart unless-stopped \
    --mount source=linkstack,target=/htdocs \
    linkstackorg/linkstack
image