Skip to content

Commit

Permalink
Merge pull request #92 from lab-astr0rack-net/dex
Browse files Browse the repository at this point in the history
hotfix: correct order of creation
  • Loading branch information
astr0n8t authored Dec 30, 2023
2 parents ef9dff9 + a9e2bb2 commit 07a72df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/proxmox/templates/dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
init:
image: alpine:latest
command: ['sh', '-c', 'chown 1001:1001 -R /var/sqlite && touch /var/sqlite/dex.db']
command: ['sh', '-c', 'touch /var/sqlite/dex.db && chown 1001:1001 -R /var/sqlite']
volumes:
- dex_data_vol:/var/sqlite/:rw

Expand Down

0 comments on commit 07a72df

Please sign in to comment.