⬆️ Update ghcr.io/goauthentik/server Docker digest to 297521a
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
This commit is contained in:
parent
5c02bde62a
commit
6e6105f663
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ services:
|
|||
volumes:
|
||||
- redis:/data
|
||||
server:
|
||||
image: ghcr.io/goauthentik/server@sha256:a2e592a08eb3c9e3435aa4e6585d60cc1eb54850da9d1498d56a131bbfbe03ff
|
||||
image: ghcr.io/goauthentik/server@sha256:297521adfec1a6aa0359a1b45f88984cb836212b5451b8b109e7855beca9b666
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
|
@ -53,7 +53,7 @@ services:
|
|||
- postgresql
|
||||
- redis
|
||||
worker:
|
||||
image: ghcr.io/goauthentik/server@sha256:a2e592a08eb3c9e3435aa4e6585d60cc1eb54850da9d1498d56a131bbfbe03ff
|
||||
image: ghcr.io/goauthentik/server@sha256:297521adfec1a6aa0359a1b45f88984cb836212b5451b8b109e7855beca9b666
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
environment:
|
||||
|
|
Reference in a new issue