removed unused lines in example docker-compose

This commit is contained in:
2019-11-22 12:51:23 +01:00
parent a5999f1fd5
commit 9d9a0b4fa2
2 changed files with 0 additions and 4 deletions

View File

@@ -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:

View File

@@ -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: