auto: sync 2026-05-28
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
proton-bridge:
|
||||
image: shenxn/protonmail-bridge:latest
|
||||
container_name: proton-bridge
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "1025:25/tcp"
|
||||
- "1143:143/tcp"
|
||||
volumes:
|
||||
- proton_config:/root
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: "0.25"
|
||||
memory: 128M
|
||||
|
||||
volumes:
|
||||
proton_config:
|
||||
Reference in New Issue
Block a user