Clarify env vars and add shm size recommendation

This commit is contained in:
Nick007
2025-12-10 09:28:23 +08:00
parent 3444018947
commit 64f774377a
3 changed files with 13 additions and 10 deletions

View File

@@ -14,7 +14,8 @@ services:
- "3001:3001" # https port
restart: unless-stopped
environment:
- PUID=1000
- PGID=100
- PUID=1000 # set user id according to your system
- PGID=100 # set group id according to your system
# - CUSTOM_USER=<Your Name> # recommended to set a custom user name
# - PASSWORD=<Your Password> # recommended to set a password for selkies web ui
shm_size: "1gb" # recommended, will improve performance