removed unused lines in example docker-compose
This commit is contained in:
parent
a5999f1fd5
commit
9d9a0b4fa2
@ -43,8 +43,6 @@ services:
|
|||||||
command: python translaaaaaaaaaaaaaaaaator.py
|
command: python translaaaaaaaaaaaaaaaaator.py
|
||||||
environment:
|
environment:
|
||||||
- BOT_TOKEN=yourtoken
|
- BOT_TOKEN=yourtoken
|
||||||
volumes:
|
|
||||||
- .:/code
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now run the project within a contained environment by running the following command:
|
You can now run the project within a contained environment by running the following command:
|
||||||
|
@ -46,8 +46,6 @@
|
|||||||
command: python translaaaaaaaaaaaaaaaaator.py
|
command: python translaaaaaaaaaaaaaaaaator.py
|
||||||
environment:
|
environment:
|
||||||
- BOT_TOKEN=yourtoken
|
- BOT_TOKEN=yourtoken
|
||||||
volumes:
|
|
||||||
- .:/code
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
You can now run the project within a contained environment by running the
|
You can now run the project within a contained environment by running the
|
||||||
following command:
|
following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user