Add restart: unless-stopped to Engelsystem compose
This commit is contained in:
		
					parent
					
						
							
								d16da59fd7
							
						
					
				
			
			
				commit
				
					
						dd5e37fb68
					
				
			
		
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -3,6 +3,7 @@ version: "3.6" | |||
| services: | ||||
|   es_server: | ||||
|     image: es_server | ||||
|     restart: unless-stopped | ||||
|     build: | ||||
|       context: /home/chaos/engelsystem | ||||
|       dockerfile: /home/chaos/engelsystem/docker/Dockerfile | ||||
|  | @ -32,6 +33,7 @@ services: | |||
|       - es_database | ||||
|   es_database: | ||||
|     image: mariadb:10.2 | ||||
|     restart: unless-stopped | ||||
|     environment: | ||||
|       MYSQL_DATABASE: engelsystem | ||||
|       MYSQL_USER: engelsystem | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 julian
					julian