Fix #28: Do not use user: for metube and picard #31

Merged
cyclane merged 2 commits from fix-28 into main 2024-01-06 18:31:06 +00:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

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