add docker file for mariadb
This commit is contained in:
		
							
								
								
									
										12
									
								
								docker/docker-compose-example.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								docker/docker-compose-example.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,12 @@
 | 
			
		||||
services:
 | 
			
		||||
  db:
 | 
			
		||||
    image: mariadb
 | 
			
		||||
    restart: always
 | 
			
		||||
    environment:
 | 
			
		||||
      MARIADB_ROOT_PASSWORD: example
 | 
			
		||||
 | 
			
		||||
  adminer:
 | 
			
		||||
    image: adminer
 | 
			
		||||
    restart: always
 | 
			
		||||
    ports:
 | 
			
		||||
      - 8082:8080
 | 
			
		||||
		Reference in New Issue
	
	Block a user