Closed C-Fu closed 1 year ago
if you want to use a custom folder without the functionality of Docker you have to fill the mounted folder yourself
if you are using
version: '3'
services:
llc:
container_name: llc
image: linkstackorg/linkstack
environment:
- HTTP_SERVER_NAME="graf.de"
- HTTPS_SERVER_NAME="graf.de"
- SERVER_ADMIN="admin@example.xyz"
- TZ="Europe/Berlin"
- PHP_MEMORY_LIMIT="512M"
- UPLOAD_MAX_FILESIZE="8M"
restart: always
volumes:
- linkstack_data:/htdocs
volumes:
linkstack_data:
it would be working :-)
otherwise download the newst version from https://github.com/linkstackorg/linkstack/releases/latest/download/linkstack.zip and expand this into your folder and restart the docker container
inside of the docker we are using user id 100 and group id 101
inside of the docker we are using user id 100 and group id 101
Hi, I did everthing I should, including entering the container and did a
htdocs > chmod -R 100:101 .
but even when I did not do the above, I get this
what did I do wrong?
change the .env search for FORCE_HTTPS=false (line 85) and set this to "true"
So if I run docker-compose.yml and look at the logs
the linkstack_data/htdocs folder is empty. Not really sure why.