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