9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
|
# code: language=ansible-jinja
|
||
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
proxy:
|
||
|
image: thetorproject/snowflake-proxy:{{ apps_vars.snowflake.version }}
|
||
|
restart: always
|
||
|
network_mode: host
|