security: bind to localhost, use GHCR image
This commit is contained in:
parent
d1f474d31d
commit
edcac8976a
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue