File size: 164 Bytes
bba1d97
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
version: "3"
services:
  bot:
    build:
      context: .
    restart: "no"
    # Add shm_size otherwise chrome will crash due to lack of memory.
    shm_size: 512m