mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 00:17:10 +00:00
19 lines
340 B
YAML
19 lines
340 B
YAML
|
|
version: '2.1'
|
||
|
|
|
||
|
|
services:
|
||
|
|
protonmail-bridge:
|
||
|
|
image: shenxn/protonmail-bridge
|
||
|
|
# build:
|
||
|
|
# context: ./build
|
||
|
|
# dockerfile: Dockerfile
|
||
|
|
container_name: pm_bridge
|
||
|
|
ports:
|
||
|
|
- 1025:25/tcp
|
||
|
|
- 1143:143/tcp
|
||
|
|
restart: unless-stopped
|
||
|
|
stdin_open: true
|
||
|
|
tty: true
|
||
|
|
volumes:
|
||
|
|
protonmail:
|
||
|
|
name: protonmail
|