10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
|
|
docker run -d \
|
|
-v $(pwd)/logs:/app/logs \
|
|
-e EMAIL_ACCOUNT="faircotbot@gmail.com" \
|
|
-e EMAIL_PASSWORD="ebqimnfglqzpuwdu" \
|
|
-e TRYTON_ENDPOINT="http://vps104.geneva.hosting/tradon/inbound_email/inbox/23d4fa19e28c4c03bfbe06c63dfd0254" \
|
|
-e INTERVAL=30 \
|
|
--name gmail-worker \
|
|
gmail-to-tryton
|