Advertisement
Guest User

Untitled

a guest
May 31st, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # The location where your uploaded files are stored
  2. UPLOAD_LOCATION=D:\immich\
  3. # The location where your database files are stored
  4. DB_DATA_LOCATION=C:\Users\Media_Server\Documents\Docker Files\sharedData\immich\postgres
  5. PGADMINDATA=D:\postgresVolume\
  6.  
  7. And they are used like this:
  8.  
  9. - ${UPLOAD_LOCATION}:/usr/src/app/upload
  10.  
  11. - ${PGADMINDATA}:/var/lib/pgadmin
  12.  
  13. - ${DB_DATA_LOCATION}:/var/lib/postgresql/data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement