hernicus
hernicus
HHomarr
Created by hernicus on 11/13/2023 in #💬・get-help
error message `Unexpected token 'I', "Internal S"... is not valid JSON`
just wanted to close the loop here - 0.14.1 fixed my issue!
6 replies
HHomarr
Created by hernicus on 11/13/2023 in #💬・get-help
error message `Unexpected token 'I', "Internal S"... is not valid JSON`
for now, I've stayed on version 0.13.4 and that is working properly.
6 replies
HHomarr
Created by hernicus on 11/13/2023 in #💬・get-help
error message `Unexpected token 'I', "Internal S"... is not valid JSON`
version: "3"
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
ports:
- "4755:7575"
volumes:
- /home/docker/homarr:/app/data/configs
- /home/docker/homarr/icons:/app/public/icons
- /home/docker/homarr/data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=America/Los_Angeles
restart: always
version: "3"
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
ports:
- "4755:7575"
volumes:
- /home/docker/homarr:/app/data/configs
- /home/docker/homarr/icons:/app/public/icons
- /home/docker/homarr/data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=America/Los_Angeles
restart: always
6 replies