fix docker command

This commit is contained in:
Mylloon 2021-08-05 21:53:58 +02:00
parent 94afff3024
commit e92ce729a5

View file

@ -46,7 +46,7 @@ docker run -d \
--TOKEN_SECRET="" \
--CONSUMER_KEY="" \
--CONSUMER_SECRET="" \
--PSEUDOS="" \
--PSEUDOS=""
```
Ou avec un `docker-compose.yml` :
```bash