Big Hyuge
Big Hyuge
HHomarr
Created by Killian on 11/10/2023 in #💬・get-help
don't work after update.
111 replies
HHomarr
Created by Killian on 11/10/2023 in #💬・get-help
don't work after update.
Error logs
111 replies
HHomarr
Created by Killian on 11/10/2023 in #💬・get-help
don't work after update.
My compose file.
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
#- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
#environment:
ports:
- '7575:7575'
networks:
- proxy-network

networks:
proxy-network:
external: true
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
#- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
#environment:
ports:
- '7575:7575'
networks:
- proxy-network

networks:
proxy-network:
external: true
111 replies