Add docker compose example and update the documentation to it

This commit is contained in:
2025-12-01 13:26:42 +01:00
parent 65b56b3461
commit 272e112ac9
5 changed files with 558 additions and 89 deletions

View File

@@ -51,7 +51,7 @@ ENV CONTAINER=true
# Persist config data
VOLUME ["/config"]
# Expose UI port
# Expose UI port (default: 8080, can be changed via PORT environment variable)
EXPOSE 8080
# Run the application as non-root (currently not possible because of fail2ban running as privileged)