Explicitly specify root for podman permissions.

This commit is contained in:
Buster Neece 2023-02-10 15:43:10 -06:00
parent 1a6d79eb9d
commit 55a8de5373
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,4 @@ services:
restart: 'no'
entrypoint: docker_installer
command: install
user: root

View File

@ -194,6 +194,7 @@ services:
- backups:/var/azuracast/backups
- acme:/var/azuracast/acme
- db_data:/var/lib/mysql
user: root
restart: unless-stopped
ulimits:
nofile:
@ -209,6 +210,7 @@ services:
image: ghcr.io/azuracast/updater:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
user: root
logging:
options:
max-size: "1m"