Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # The location where your uploaded files are stored
- UPLOAD_LOCATION=D:\immich\
- # The location where your database files are stored
- DB_DATA_LOCATION=C:\Users\Media_Server\Documents\Docker Files\sharedData\immich\postgres
- PGADMINDATA=D:\postgresVolume\
- And they are used like this:
- - ${UPLOAD_LOCATION}:/usr/src/app/upload
- - ${PGADMINDATA}:/var/lib/pgadmin
- - ${DB_DATA_LOCATION}:/var/lib/postgresql/data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement