Skip to content

v0.2.0

Compare
Choose a tag to compare
@s0up4200 s0up4200 released this 04 May 09:43
· 61 commits to develop since this release
4863cb2

Changelog

  • Accept env vars (@s0up4200)
    Defaults to 127.0.0.1 if not set.
version: "3.7"
services:
  redactedhook:
    container_name: redactedhook
    image: ghcr.io/s0up4200/redactedhook:latest
    user: 1000:1000
    environment:
      - SERVER_ADDRESS=0.0.0.0
      - SERVER_PORT=42135
    ports:
      - "42135:42135"

Full Changelog: v0.1.6...v0.2.0

Docker images

  • docker pull ghcr.io/s0up4200/redactedhook:v0.2.0