From c96068782162e0136d43d5cf3c2d5afe14e62143 Mon Sep 17 00:00:00 2001 From: nicco Date: Wed, 18 Apr 2018 14:02:18 +0200 Subject: [PATCH] Gave container name --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index be4e6c6..96a056f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,5 +4,6 @@ services: instabot: build: ./bot restart: always + container_name: instabot volumes: - - ./config.json:/app/config.json \ No newline at end of file + - ./config.json:/app/config.json:ro \ No newline at end of file