Update Backup_Containers/urbackup/compose.yaml

This commit is contained in:
2026-02-15 23:19:59 +00:00
parent f748d21738
commit 7ce3cedfed
-1
View File
@@ -2,7 +2,6 @@ services:
urbackup: urbackup:
image: uroni/urbackup-server:latest image: uroni/urbackup-server:latest
container_name: urbackup container_name: urbackup
restart: unless-stopped
environment: environment:
- PUID=1000 # Enter the UID of the user who should own the files here - PUID=1000 # Enter the UID of the user who should own the files here
- PGID=100 # Enter the GID of the user who should own the files here - PGID=100 # Enter the GID of the user who should own the files here