HomarrH
Homarr16mo ago
16 replies
B a b e

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"
Solution
New
latest
image up, let me know if it works for you now
Was this page helpful?