Add protonmail conf
This commit is contained in:
parent
28c76e8694
commit
dce0519884
2 changed files with 15 additions and 0 deletions
13
protonmail/docker-compose.yml
Normal file
13
protonmail/docker-compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
protonmail-bridge:
|
||||||
|
image: shenxn/protonmail-bridge
|
||||||
|
restart: always
|
||||||
|
container_name: protonmail-bridge
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- protonmail:/root
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
protonmail:
|
2
protonmail/init.sh
Executable file
2
protonmail/init.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
docker-compose run protonmail-bridge init
|
Loading…
Reference in a new issue