fix: mount favicon in docker compose web service

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-23 18:14:35 +02:00
parent a64956adc5
commit f881c2b993
+1
View File
@@ -6,4 +6,5 @@ services:
- "8380:80" - "8380:80"
volumes: volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro - ./index.html:/usr/share/nginx/html/index.html:ro
- ./favicon.svg:/usr/share/nginx/html/favicon.svg:ro
restart: unless-stopped restart: unless-stopped