Matrix server automated install
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456789101112 | [Unit]
Description=Matrix Chat Service
After=network-online.target docker.service
[Service]
Type=simple
WorkingDirectory=/opt/matrix
ExecStart=/usr/bin/docker compose up --remove-orphans --build
ExecStop=/usr/bin/docker compose down
[Install]
WantedBy=multi-user.target
 |