fix broken docker-compose
This commit is contained in:
		@@ -2,8 +2,7 @@ version: '3'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  memex:
 | 
					  memex:
 | 
				
			||||||
    build:
 | 
					    image: shibaobun/memex
 | 
				
			||||||
      context: .
 | 
					 | 
				
			||||||
    container_name: memex
 | 
					    container_name: memex
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user