svenlameir
Results
2
comments of
svenlameir
> Hi, Could it be that you use Portainer to manage your Authentik? Correct
```yaml version: "3.4" services: redis: deploy: replicas: 1 image: docker.io/library/redis:alpine command: --save 60 1 --loglevel warning restart: unless-stopped healthcheck: test: ["CMD-SHELL", "redis-cli ping | grep PONG"] start_period: 20s interval: 30s...