Skip to content

HRIS Deployment

Fix Storage Permissions

The HRIS container runs as www-data (UID 82). Use podman unshare to set ownership correctly from the host:

shell
cd /home/paoloumali/novavirtualsolutions.com/nvs-eportal/hris

# Set ownership to container's www-data (UID 82)
podman unshare chown -R 82:82 storage bootstrap/cache

# Set writable permissions
podman unshare chmod -R 775 storage bootstrap/cache