Stump: Bump version to 0.0.2 from 0.0.1 + recursive chown on datadir.

This commit is contained in:
Viyurz 2024-05-01 15:02:36 +02:00
parent b1e023477a
commit ceef41b7f5
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
owner: "{{ users['stump'] + uid_shift }}"
group: "{{ users['stump'] + uid_shift }}"
mode: '700'
recurse: true
become: true
loop:
- "{{ volumes['stump_datadir'] }}"

View file

@ -1,7 +1,7 @@
services:
stump:
container_name: stump
image: aaronleopold/stump:0.0.1
image: aaronleopold/stump:0.0.2
restart: always
environment:
- PUID={{ users['stump'] }}