Do not use `user:` for metube and picard

This commit is contained in:
Gleb Koval 2024-01-06 18:29:59 +00:00
parent 5bfc02d3ae
commit 9efb2c28ac
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 0 additions and 2 deletions

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: