This service hosts FontAwesome Pro 6.7.2 files, allowing you to use FontAwesome in your projects without relying on external CDNs.
Include FontAwesome in your HTML:
<!-- Use all styles -->
<link rel="stylesheet" href="http://localhost:8080/fontawesome/css/all.min.css">
<!-- Or use specific styles -->
<link rel="stylesheet" href="http://localhost:8080/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="http://localhost:8080/fontawesome/css/solid.min.css">
<link rel="stylesheet" href="http://localhost:8080/fontawesome/css/brands.min.css">
Here are some example icons (these will only display if FontAwesome files are properly loaded):
The service runs on port 8080 by default. You can change this in the docker-compose.yml file:
ports:
- "YOUR_PORT:80" # Change YOUR_PORT to your desired port
localhost:8080 with your actual domain name or IP address.