docker_test4 / docker-compose.yaml
Yusin's picture
Duplicate from Yusin/docker_test
feb9bdc
raw
history blame contribute delete
No virus
164 Bytes
version: "3"
services:
bot:
build:
context: .
restart: "no"
# Add shm_size otherwise chrome will crash due to lack of memory.
shm_size: 512m