Skip to content

Commit

Permalink
Forgejo: Cleanup lockfile on unclean restart
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Jan 3, 2025
1 parent df1b98f commit 2328098
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions development/forgejo/forgejo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ spec:
repository: alpine
tag: 3.21.0
pullPolicy: IfNotPresent
command:
- "rm -f /data/gitea/home/.gnupg/public-keys.d/pubring.db.lock"
command: ['sh', '-c', "rm -f /data/gitea/home/.gnupg/public-keys.d/pubring.db.lock"]
# init-db:
# image:
# repository: ghcr.io/onedr0p/postgres-init
Expand Down

0 comments on commit 2328098

Please sign in to comment.