Update docker-compose.yml to clarify development volume purpose; refine mkdocs.yml for consistent emoji handling

This commit is contained in:
Christian Krakau-Louis
2025-05-13 11:46:17 +02:00
parent d487189a2a
commit 9c2c9b4827
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ services:
ports:
- "5000:5000"
volumes:
# Development volumes for hot reloading
- ./musicround:/app/musicround
- ./templates:/app/templates
- ./static:/app/static