1
0
Fork 0

Add protonmail conf

This commit is contained in:
florian 2023-01-17 20:49:07 +01:00
parent 28c76e8694
commit dce0519884
2 changed files with 15 additions and 0 deletions

View 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
View file

@ -0,0 +1,2 @@
#!/bin/sh
docker-compose run protonmail-bridge init