mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-28 04:25:11 +00:00
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
53211c29fc
commit
20a82efda4
15 changed files with 35 additions and 21 deletions
|
|
@ -52,7 +52,7 @@ services:
|
|||
ports:
|
||||
- "2342:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_AUTH_MODE: "passwd" # authentication mode (public, passwd)
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # YOUR INITIAL ADMIN PASSWORD (MINIMUM 8 CHARACTERS, USERNAME "admin")
|
||||
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # public server URL incl http:// or https:// and /path, :port is optional
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue