Fix #28: Do not use `user:` for metube and picard (#31)
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m46s Details

Reviewed-on: #31
This commit is contained in:
Gleb Koval 2024-01-06 18:31:05 +00:00
parent 5bfc02d3ae
commit 40410b2dff
2 changed files with 2 additions and 4 deletions

View File

@ -52,7 +52,7 @@
ansible.builtin.file:
path: /mnt/nvme
state: directory
recurse: yes
recurse: true
owner: debian
group: debian
become: true
@ -61,7 +61,7 @@
ansible.builtin.file:
path: /mnt/media
state: directory
recurse: yes
recurse: true
owner: debian
group: debian
become: true

View File

@ -20,7 +20,6 @@ services:
metube:
image: ghcr.io/alexta69/metube
restart: unless-stopped
user: 1000:1000
ports:
- 8081:8081
environment:
@ -32,7 +31,6 @@ services:
picard:
image: mikenye/picard:latest
restart: unless-stopped
user: 1000:1000
ports:
- 5800:5800
volumes: