update
This commit is contained in:
		@@ -33,6 +33,12 @@ environment:
 | 
				
			|||||||
  PHP_INI_SESSION_COOKIE_LIFETIME: '7200'
 | 
					  PHP_INI_SESSION_COOKIE_LIFETIME: '7200'
 | 
				
			||||||
  DOLIBARR_MAIN_AUTH_TOKEN_TIMEOUT: '7200'
 | 
					  DOLIBARR_MAIN_AUTH_TOKEN_TIMEOUT: '7200'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					schema:
 | 
				
			||||||
 | 
					  before_starting_scripts: 
 | 
				
			||||||
 | 
					    type: str
 | 
				
			||||||
 | 
					    description: "Directory for before starting scripts"
 | 
				
			||||||
 | 
					    required: true
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
# Define volume mappings
 | 
					# Define volume mappings
 | 
				
			||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
  - /share/dolibarr_before_starting:/var/www/scripts/before-starting.d
 | 
					  - /share/dolibarr_before_starting:/var/www/scripts/before-starting.d
 | 
				
			||||||
		Reference in New Issue
	
	Block a user