docker_test4 / docker-compose.yaml
Chen, Yusin
Duplicate from Yusin/docker_test
feb9bdc
raw
history blame contribute delete
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