[mod] lib loc
This commit is contained in:
		
							parent
							
								
									ecf88df5f7
								
							
						
					
					
						commit
						d3f3e410f8
					
				
					 2 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -2,6 +2,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The location where your uploaded files are stored
 | 
					# The location where your uploaded files are stored
 | 
				
			||||||
UPLOAD_LOCATION=./library
 | 
					UPLOAD_LOCATION=./library
 | 
				
			||||||
 | 
					# Library location
 | 
				
			||||||
 | 
					LIB_LOCATION=/srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/PicasaStarter/pictures/Pictures
 | 
				
			||||||
# The location where your database files are stored
 | 
					# The location where your database files are stored
 | 
				
			||||||
DB_DATA_LOCATION=./postgres
 | 
					DB_DATA_LOCATION=./postgres
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -19,6 +19,7 @@ services:
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
 | 
					      # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
 | 
				
			||||||
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
 | 
					      - ${UPLOAD_LOCATION}:/usr/src/app/upload
 | 
				
			||||||
 | 
					      - ${LIB_LOCATION}:/mnt/photos2:ro
 | 
				
			||||||
      - /etc/localtime:/etc/localtime:ro
 | 
					      - /etc/localtime:/etc/localtime:ro
 | 
				
			||||||
    env_file:
 | 
					    env_file:
 | 
				
			||||||
      - .env
 | 
					      - .env
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue