Login username password secure

This commit is contained in:
2025-10-22 00:17:51 +03:00
parent 859396fea9
commit 18ba6ba75c

View File

@@ -11,5 +11,5 @@ services:
restart: unless-stopped restart: unless-stopped
# Login credentials for basic auth # Login credentials for basic auth
environment: environment:
USERNAME: admin USERNAME: ${USERNAME}
PASSWORD: admin PASSWORD: ${PASSWORD}