Added container name

This commit is contained in:
Vivek Santayana 2021-08-07 08:50:07 +01:00
parent 5135786ef6
commit 6ec8613b7f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ version: '3.5'
services:
geasbot-app:
build: ./app
container_name: geas_bot
volumes:
- ./app:/usr/src/app
restart: unless-stopped