This commit is contained in:
2021-11-10 17:47:51 +00:00
commit 452f4bef14
10 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
- name: Install docker
apt:
name: ['docker.io', 'docker-compose']
state: present
update_cache: yes
- name: Run mtproto container
community.docker.docker_container:
name: mtproto-telegram
state: present
image: telegrammessenger/proxy
ports:
- '443:443'