1.2 KiB
1.2 KiB
NFOguard - Easy Deployment
Latest Version: v1.0.0
Quick Start
# Download the example files
curl -o docker-compose.yml https://raw.githubusercontent.com/jskala/NFOguard-Deploy/main/docker-compose.yml
curl -o .env https://raw.githubusercontent.com/jskala/NFOguard-Deploy/main/.env.example
# Edit your .env file
nano .env
# Start the service
docker-compose up -d
Available Images
- GitHub Container Registry:
ghcr.io/jskala/nfoguard:latest - Docker Hub:
jskala/nfoguard:latest
Configuration
See the .env.example file for all available configuration options.
Docker Compose
The docker-compose.yml includes:
- NFOguard service
- PostgreSQL database (optional)
- Volume mounts for data persistence
- Health checks
- Restart policies
Updates
To update to the latest version:
docker-compose pull
docker-compose up -d
Source Code
The source code is available at: https://github.com/jskala/NFOguard