Run APK downloader as root in Docker

This commit is contained in:
2026-04-09 00:21:19 +03:00
parent 23a3f01edd
commit 6ca010ed17
+1
View File
@@ -1,6 +1,7 @@
services: services:
apk-downloader: apk-downloader:
image: curlimages/curl:8.5.0 image: curlimages/curl:8.5.0
user: "0:0"
environment: environment:
- APP_URL=${APP_URL:-} - APP_URL=${APP_URL:-}
command: command: