From 9d9a0b4fa27b7b80e17f8b652c4beaf8531b6526 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 22 Nov 2019 12:51:23 +0100 Subject: [PATCH] removed unused lines in example docker-compose --- README.md | 2 -- README.org | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 95d42b7..eabdc3c 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,6 @@ services: command: python translaaaaaaaaaaaaaaaaator.py environment: - BOT_TOKEN=yourtoken - volumes: - - .:/code ``` You can now run the project within a contained environment by running the following command: diff --git a/README.org b/README.org index 4675dfb..e27d317 100644 --- a/README.org +++ b/README.org @@ -46,8 +46,6 @@ command: python translaaaaaaaaaaaaaaaaator.py environment: - BOT_TOKEN=yourtoken - volumes: - - .:/code #+END_SRC You can now run the project within a contained environment by running the following command: