Skip to content

Commit

Permalink
Merge pull request #90 from lab-astr0rack-net/dex
Browse files Browse the repository at this point in the history
hotfix: correct cli syntax
  • Loading branch information
astr0n8t authored Dec 30, 2023
2 parents 575b08e + f51d7ab commit ea66a47
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: ['chown', '1001:1001', '-R', '/var/sqlite', '&&', 'touch', '/var/sqlite/dex.db']
command: ['sh', '-c' 'chown 1001:1001 -R /var/sqlite && touch /var/sqlite/dex.db']
volumes:
- dex_data_vol:/var/sqlite/:rw

Expand Down

0 comments on commit ea66a47

Please sign in to comment.