fix: mount favicon in docker compose web service
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user