Add FAQ.md to docker-compose for improved documentation accessibility

This commit is contained in:
MayaChat
2025-11-24 13:05:37 -05:00
parent 36ef8a63b8
commit a40a0e1950

View File

@@ -12,6 +12,7 @@ services:
- ./logos:/usr/share/nginx/html/logos:ro
- ./js:/usr/share/nginx/html/js:ro
- ./README.md:/usr/share/nginx/html/README.md:ro
- ./FAQ.md:/usr/share/nginx/html/FAQ.md:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro
restart: unless-stopped
logging: