artrin
artrin
HHomarr
Created by artrin on 4/17/2025 in #💬・get-help
Problem with deployment through docker
don't know why this happens tho
18 replies
HHomarr
Created by artrin on 4/17/2025 in #💬・get-help
Problem with deployment through docker
ok I've just looked on the documentation you sent about using different user and apparently the issue is that it creates the folder appdata/ and only then changes user from root to 1000 so the owner of appdata was root, I changed that and now it works!
18 replies
HHomarr
Created by artrin on 4/17/2025 in #💬・get-help
Problem with deployment through docker
should i let it run as root? I don't understant why only homarr has this issue with permissions
18 replies
HHomarr
Created by artrin on 4/17/2025 in #💬・get-help
Problem with deployment through docker
services: homarr: container_name: homarr image: ghcr.io/homarr-labs/homarr:latest restart: unless-stopped networks: - default - socket_proxy volumes: - ${DOCKERPATH}Homarr/appdata:/appdata ports: - 7575:7575 env_file: - '/home/artrin/home-media-server/.env' environment: - SECRET_ENCRYPTION_KEY=76b33d33e1aba6f436a7c5e4f62ea87d978f015b9e405498d6e4e844745d5085
18 replies
HHomarr
Created by artrin on 4/17/2025 in #💬・get-help
Problem with deployment through docker
yes, but as with every other docker container, it runs as 1000:1000 as stated in the .env file. Here is the docker-compose.yml
18 replies
HHomarr
Created by artrin on 4/17/2025 in #💬・get-help
Problem with deployment through docker
18 replies
HHomarr
Created by artrin on 4/17/2025 in #💬・get-help
Problem with deployment through docker
this is the homarr log:
18 replies
HHomarr
Created by artrin on 4/17/2025 in #💬・get-help
Problem with deployment through docker
sorry
18 replies