Don't restart in the compose.yml.
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
		@@ -2,6 +2,5 @@ services:
 | 
				
			|||||||
  parkerbot:
 | 
					  parkerbot:
 | 
				
			||||||
    build: .
 | 
					    build: .
 | 
				
			||||||
    env_file: .env
 | 
					    env_file: .env
 | 
				
			||||||
    restart: unless-stopped
 | 
					 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./data:/data
 | 
					      - ./data:/data
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user