Gave container name

This commit is contained in:
nicco 2018-04-18 14:02:18 +02:00
parent d46e7c8ad8
commit c960687821
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ services:
instabot:
build: ./bot
restart: always
container_name: instabot
volumes:
- ./config.json:/app/config.json
- ./config.json:/app/config.json:ro