improve deployment process

This commit is contained in:
2025-10-23 11:06:52 +02:00
parent 5edd9dedb6
commit 3012e5b994
4 changed files with 66 additions and 23 deletions

5
id.env
View File

@@ -1,2 +1,3 @@
# Match the container's www-data user to your local user ID
USERID=1111
# Match the container's www-data user/group to your local IDs
USERID=1004
GROUPID=1003