B a b e
HHomarr
•Created by B a b e on 10/18/2024 in #💬・get-help
Deploying stack on Portainer code: 'INTERNAL_SERVER_ERROR'
Attatched the log file
My compose.yml
"version: '3'
#---------------------------------------------------------------------#
Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
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
- /docker/homarr/configs:/app/data/configs
- /docker/homarr/icons:/app/public/icons
- /docker/homarr/data:/data
labels:
- "com.centurylinklabs.watchtower.enable=true"
ports:
- 7575:7575"
17 replies