first commit
This commit is contained in:
		
							
								
								
									
										6
									
								
								docker/start.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										6
									
								
								docker/start.sh
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
for i in $(docker ps --all | grep -i mgr| awk '{print $1}'); do
 | 
			
		||||
	docker stop "$i"
 | 
			
		||||
	docker rm "$i"
 | 
			
		||||
done
 | 
			
		||||
docker-compose -f docker-compose.yml up
 | 
			
		||||
		Reference in New Issue
	
	Block a user