Update mysql.md
Added instructions to start docker services after re-building
This commit is contained in:
		
							parent
							
								
									caf4143440
								
							
						
					
					
						commit
						9c60e3c8b6
					
				@ -72,6 +72,11 @@ Rebuild the docker environment:
 | 
			
		||||
docker compose down --remove-orphans && docker compose build --pull --no-cache
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Start the services:
 | 
			
		||||
```shell
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Test your setup:
 | 
			
		||||
```shell
 | 
			
		||||
docker compose exec php bin/console dbal:run-sql -q "SELECT 1" && echo "OK" || echo "Connection is not working"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user