mirror of
				https://github.com/kevinveenbirkenbach/docker-volume-backup.git
				synced 2025-11-03 18:17:56 +00:00 
			
		
		
		
	Added images where no restart is required
This commit is contained in:
		@@ -35,7 +35,9 @@ def get_machine_id():
 | 
			
		||||
### GLOBAL CONFIGURATION ###
 | 
			
		||||
 | 
			
		||||
IMAGES_NO_STOP_REQUIRED = [
 | 
			
		||||
    # 'baserow', Doesn't use an extra database
 | 
			
		||||
    'akaunting',
 | 
			
		||||
    'baserow',
 | 
			
		||||
    'discourse',
 | 
			
		||||
    'element',
 | 
			
		||||
    'gitea',
 | 
			
		||||
    'listmonk',
 | 
			
		||||
@@ -43,6 +45,7 @@ IMAGES_NO_STOP_REQUIRED = [
 | 
			
		||||
    'matomo',
 | 
			
		||||
    'nextcloud',
 | 
			
		||||
    'openproject',
 | 
			
		||||
    'peertube',
 | 
			
		||||
    'pixelfed',
 | 
			
		||||
    'wordpress' 
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user