mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-03-26 21:35:58 +00:00
security: bind to localhost, use GHCR image
This commit is contained in:
parent
d1f474d31d
commit
edcac8976a
@ -2,10 +2,10 @@ version: '2.1'
|
||||
|
||||
services:
|
||||
protonmail-bridge:
|
||||
image: shenxn/protonmail-bridge
|
||||
image: ghcr.io/trent-maetzold/protonmail-bridge:build
|
||||
ports:
|
||||
- 1025:25/tcp
|
||||
- 1143:143/tcp
|
||||
- 127.0.0.1:1025:25/tcp
|
||||
- 127.0.0.1:1143:143/tcp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- protonmail:/root
|
||||
|
||||
Loading…
Reference in New Issue
Block a user