What is Glance?A lightweight, highly customizable dashboard that displays your feeds in a beautiful, streamlined interface.
1 · Deploy Glanceservices:
glance:
container_name: glance
image: glanceapp/glance
restart: unless-stopped
volumes:
- /mnt/tank/configs/glance/:/app/config
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8080:8080
/mnt/tank/configs/glance directorywget https://raw.githubusercontent.com/glanceapp/glance/refs/heads/main/docs/glance.yml
When editing the glance.yml file, you don't need to restart the container for the changes to take effect, this happens automatically when saving the file.
If you don't see your changes, check the logs to see what is wrong with the config file.