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
