Add a docker compose file (#70)

This commit is contained in:
Daniel Gray 2022-12-05 06:22:05 +00:00
parent c3140a3fa0
commit 2ba58cbde2
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

15
docker-compose.yml Normal file
View File

@ -0,0 +1,15 @@
services:
protonmail-bridge:
image: shenxn/protonmail-bridge
# build:
# context: ./build
# dockerfile: Dockerfile
container_name: pm_bridge
ports:
- 1025:25/tcp
- 1143:143/tcp
volumes:
- protonmail:/root
restart: unless-stopped
stdin_open: true
tty: true