Accessing Homer
- Open in browser:
http://<SERVER_IP>:8080
Important Files & Directories
- Install Path:
/root/homer - Compose File:
/root/homer/docker-compose.yml - Assets Directory:
/root/homer/assets - Configuration File:
/root/homer/assets/config.yml
Customizing Homer
Edit the main configuration file:
nano /root/homer/assets/config.yml
Changes are applied automatically. Simply refresh your browser after saving.
If your changes do not appear, restart the container:
cd /root/homer
docker compose restart
Managing the Container
Change into the installation directory:
cd /root/homer
Check status:
docker compose ps
View logs:
docker compose logs -f
Restart Homer:
docker compose restart
Stop Homer:
docker compose down
Start Homer:
docker compose up -d