add missing password, fix quoting

This commit is contained in:
decentral1se 2022-08-17 15:31:20 +02:00
parent eeb0c97ceb
commit 3ed1133488
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 1 deletions

View File

@ -3,10 +3,13 @@ version: "3.8"
services:
app:
secrets:
- ig_password
environment:
- IG_USERNAME
- IG_PASSWORD_FILE=/run/secrets/ig_password
- IG_PROXY="socks://proxy:9050"
- IG_PROXY=socks://proxy:9050
- PROXY_URI=socks://proxy:9050
proxy:
image: palnabarun/tor